/**
  * {@inheritDoc}
  */
 public function canView()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'canView', array());
     return parent::canView();
 }
 /**
  * Checks current viewers for this type and returns true if there is a viewer for this type, false if not
  */
 public function canView()
 {
     return parent::canView();
 }