Matches a specific property of a specific class.
Overrides Matcher::matches
public function matches($object, $property) { return $object instanceof $this->class && $property == $this->property; }