コード例 #1
0
ファイル: NoAdv.php プロジェクト: necromant2005/twee-tag
 public function isSatisfiedBy(Tweet $tweet)
 {
     return !$this->_collection->has($tweet->getFrom());
 }