コード例 #1
0
ファイル: http.php プロジェクト: kosmosby/medicine-prof
    public function __construct(KObjectConfig $config)
    {
        parent::__construct($config);

        $this->addCommandCallback('before.get', '_setLimit');

        $this->getObject('event.publisher')->addListener('onException', array($this, 'onExceptionNotFound'));
    }
コード例 #2
0
ファイル: http.php プロジェクト: kosmosby/medicine-prof
    public function __construct(KObjectConfig $config)
    {
        parent::__construct($config);

        $this->addCommandCallback('before.get', '_setLimit');
    }