コード例 #1
0
 /**
  * Set the theme for a page using the page object.
  *
  * @param PageType $pl
  */
 public function setPageType(Concrete\Core\Page\Type\Type $type = null)
 {
     return parent::setPageType($type);
 }