/** * @return Nano_HelperBroker */ public static function instance() { if (null == self::$instance) { self::$instance = new self(); } return self::$instance; }
/** * @return Nano_HelperBroker */ public static function helper() { return Nano_HelperBroker::instance(); }