property = $property; } /** * {@inheritdoc} */ public function matches($object, $property) { return $property == $this->property; } }