コード例 #1
0
ファイル: Writer.php プロジェクト: mnohosten/yesorm
 private function hasTableTrait(Table $table)
 {
     return file_exists($this->getTraitsDir() . "/" . $table->name() . ".php");
 }