コード例 #1
0
ファイル: InheritedTrait.php プロジェクト: harp-orm/core
 public static function initialize(AbstractRepo $repo)
 {
     $repo->setInherited(true);
 }