Пример #1
0
 /**
  * Alternative for "find" method.
  *
  * @param $name
  * @static 
  */
 public static function get($name)
 {
     return \Pingpong\Modules\Repository::get($name);
 }