Esempio n. 1
0
 /**
  * Get a module property value.
  *
  * @param string $property
  * @param mixed  $default
  *
  * @return mixed
  */
 public function get($property, $default = null)
 {
     return $this->repository->get($property, $default);
 }