Beispiel #1
0
 /**
  * Deleted Item flag
  *
  * @return boolean
  */
 public function isDeleted()
 {
     $result = parent::isDeleted();
     if ($this->isXpcFakeItem()) {
         $result = false;
     }
     return $result;
 }
 /**
  * {@inheritDoc}
  */
 public function isDeleted()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'isDeleted', array());
     return parent::isDeleted();
 }