/** * * @param string $name */ public function __construct($name) { parent::__construct(); $this->_name = $name; }
/** * * @param string $bitrixError */ public function __construct($bitrixError) { parent::__construct(); $this->_bitrixError = $bitrixError; }