예제 #1
0
파일: Stack.php 프로젝트: Remo/concrete5-1
 /**
  * @param Stack $stack
  *
  * @return bool
  */
 protected static function isValidStack($stack)
 {
     return $stack->getPageTypeHandle() == STACKS_PAGE_TYPE;
 }
예제 #2
0
 /**
  * Returns the Collection Type handle.
  *
  * @return string
  */
 public function getPageTypeHandle()
 {
     return parent::getPageTypeHandle();
 }