Exemplo n.º 1
0
 /**
  * @param Stack $stack
  *
  * @return bool
  */
 protected static function isValidStack($stack)
 {
     return $stack->getPageTypeHandle() == STACKS_PAGE_TYPE;
 }
Exemplo n.º 2
0
 /**
  * Returns the Collection Type handle.
  *
  * @return string
  */
 public function getPageTypeHandle()
 {
     return parent::getPageTypeHandle();
 }