コード例 #1
0
 public function __construct($classMap, $command = '')
 {
     parent::__construct($classMap);
     $this->command = $command;
     if ($this->command != '') {
         $this->parseCommand();
     }
 }
コード例 #2
0
ファイル: DMLCriteria.php プロジェクト: elymatos/expressive
 public function __construct($classMap, $manager)
 {
     parent::__construct($classMap, $manager);
     $this->transaction = NULL;
 }