예제 #1
0
파일: Modules.php 프로젝트: damnyan/modules
 /**
  * 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);
 }