コード例 #1
0
ファイル: eventresult.php プロジェクト: spas-viktor/books
 public function __construct()
 {
     parent::__construct(parent::SUCCESS, $parameters = null, $moduleId = null, $handler = null);
     $this->modified = array();
     $this->unset = array();
     $this->errors = array();
 }
コード例 #2
0
ファイル: eventresult.php プロジェクト: DarneoStudio/bitrix
 public function __construct()
 {
     parent::__construct(parent::SUCCESS, $parameters = null, $moduleId = null, $handler = null);
 }