예제 #1
0
파일: Props.php 프로젝트: safindr/snippets
 /**
  * @param $key
  * @return bool|string
  */
 function _getName($key)
 {
     return $this->props->getName($key);
 }