示例#1
0
 public function isSatisfiedBy(Tweet $tweet)
 {
     return !$this->_collection->has($tweet->getFrom());
 }