예제 #1
0
 public function __construct($execution, $metadata, $id = null)
 {
     $this->execution = $execution;
     $this->metadata = $metadata;
     parent::__construct($id);
 }
예제 #2
0
 public function __construct($id = null, $tableName = null)
 {
     parent::__construct($id);
     $this->tableName = $tableName;
 }