init(); } /** * Add init function by default * Implement this method in your child class * If you want to have actions send at construct */ protected function init() {} /** * prevent the instance from being cloned * * @return void */ final private function __clone() { } /** * prevent from being unserialized * * @return void */ final private function __wakeup() {} }