
Remove from favorites
class MyCustomClassName
{
public function __construct()
{
}
public function whatever_whatever(){
// Code goes here. And can use anything from the construct. The construct will always load first
}
}

Remove from favorites
class MyCustomClassName
{
public function __construct()
{
}
public function whatever_whatever(){
// Code goes here. And can use anything from the construct. The construct will always load first
}
}