/**
  * {@inheritDoc}
  */
 public function setPShield($pShield)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setPShield', array($pShield));
     return parent::setPShield($pShield);
 }