コード例 #1
0
ファイル: GroupsUsersTable.php プロジェクト: Cylindric/edge
 /**
  * @internal
  * @param array $config
  */
 public function initialize(array $config)
 {
     parent::initialize($config);
     $this->addBehavior('Timestamp');
     $this->belongsTo('Groups');
     $this->belongsTo('Users');
 }