filterEntity() публичный Метод

Iterates over the properties of the object applying filters and replacing values
public filterEntity ( mixed $object )
$object mixed
Пример #1
0
 /**
  * Filter an object based on its annotations
  *
  * @param object $object
  */
 public function filterEntity($object)
 {
     $this->filterExecutor->filterEntity($object);
 }