예제 #1
0
 /**
  * Returns true if pages of the current type are allowed beneath the passed parent page.
  *
  * @param \Concrete\Core\Page\Page $page
  */
 public function canPublishPageTypeBeneathPage(Concrete\Core\Page\Page $page)
 {
     return parent::canPublishPageTypeBeneathPage($page);
 }