コード例 #1
0
ファイル: ModelOperator.php プロジェクト: solve/database
 /**
  * @param Model|ModelCollection $caller
  * @return array|null
  */
 public static function getIDs($caller)
 {
     return $caller instanceof Model ? array($caller->getID()) : $caller->getIDs();
 }