예제 #1
0
파일: Page.php 프로젝트: rapila/cms-base
 public function setName($sName)
 {
     parent::setName(StringUtil::normalizePath($sName, false));
 }