cron = $hooks->wrap( $cron ); $this->self = $hooks->wrap( $this ); } public function run() { // $f = realpath( __DIR__ . '/../../../_cron.txt' ); // echo __METHOD__ . " = " . $f . ' XOM'; $this->cron->run(); } }