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