コード例 #1
0
ファイル: TagModel.php プロジェクト: radutopala/BlogBundle
 public function __construct(Tag $entity)
 {
     $this->name = $entity->getName();
 }