Example #1
0
 /**
  * {@inheritdoc}
  */
 public function isTypeOf($type_name)
 {
     return parent::isTypeOf($type_name) || self::TYPE_NAME == $type_name;
 }