Beispiel #1
0
 /**
  * Get clean URL book
  *
  * @param string $url  Main part of a clean URL
  * @param string $last First part before the "url" OPTIONAL
  * @param string $rest Part before the "url" and "last" OPTIONAL
  * @param string $ext  Extension OPTIONAL
  *
  * @return array
  * @see    ____func_see____
  * @since  1.0.24
  */
 protected static function getCleanURLBook($url, $last = '', $rest = '', $ext = '')
 {
     $list = parent::getCleanURLBook($url, $last, $rest, $ext);
     $list['page'] = '\\XLite\\Module\\CDev\\SimpleCMS\\Model\\Page';
     return $list;
 }