filterProperty() public method

Filters a specific property in an object, replacing the current value
public filterProperty ( mixed $object, string $property )
$object mixed
$property string
Beispiel #1
0
 /**
  * Filters only a selected property of an entity
  *
  * @param object $object
  * @param string $property
  */
 public function filterProperty($object, $property)
 {
     $this->filterExecutor->filterProperty($object, $property);
 }