コード例 #1
0
ファイル: with.php プロジェクト: rlm80/Archive--glue-orm
 public function __construct($relationship, $src_set)
 {
     parent::__construct();
     $this->root = self::AUTO;
     $this->relationship = $relationship;
     $this->src_set = $src_set;
 }
コード例 #2
0
ファイル: load.php プロジェクト: rlm80/Archive--glue-orm
 public function __construct($entity)
 {
     parent::__construct();
     $this->entity = $entity;
 }