コード例 #1
0
ファイル: ImageLoader.php プロジェクト: ram600/vasabi
 public function __construct(\Doctrine\ORM\EntityManager $em, $destination = null)
 {
     parent::__construct($em);
     if ($destination) {
         $this->setDestination($destination);
     }
 }
コード例 #2
0
ファイル: Stickers.php プロジェクト: ram600/vasabi
 public function __construct(\Doctrine\ORM\EntityManager $em)
 {
     parent::__construct($em);
 }