예제 #1
0
 public function __construct(TagInterface $tag)
 {
     parent::__construct();
     $this->tag = $tag;
 }
예제 #2
0
 public function __construct(SiteInterface $site, TagInterface $tag)
 {
     parent::__construct();
     $this->site = $site;
     $this->tag = $tag;
 }
예제 #3
0
 public function __construct(FeedInterface $feed)
 {
     parent::__construct();
     $this->feed = $feed;
 }