Example #1
0
 /**
  * Type check
  */
 protected function prepareParent(self $class)
 {
     return $class->addChild($this->getAlias(), $this->getExtend(), $this->getAutoload());
 }