Example #1
0
 /**
  * {@inheritdoc}
  */
 public function getAll()
 {
     return array_map(function ($proxy_properties) {
         return new Proxy($proxy_properties);
     }, parent::getAll());
 }