コード例 #1
0
 public function __construct()
 {
     parent::__construct();
 }
コード例 #2
0
 /**
  * @param ContentMatcher $contentMatcher
  */
 public function __construct(ContentMatcher $contentMatcher)
 {
     parent::__construct();
     $this->contentMatcher = $contentMatcher;
 }
コード例 #3
0
 /**
  * @param TagMatcher $tagMatcher
  */
 public function __construct(TagMatcher $tagMatcher)
 {
     parent::__construct();
     $this->tagMatcher = $tagMatcher;
 }
コード例 #4
0
 /**
  * @param LocationMatcher $locationMatcher
  */
 public function __construct(LocationMatcher $locationMatcher)
 {
     parent::__construct();
     $this->locationMatcher = $locationMatcher;
 }