Пример #1
0
 /**
  * @param string $variableLabel
  */
 public function __construct($variableLabel)
 {
     $this->variableLabel = $variableLabel;
     $message = sprintf($this->template, $variableLabel);
     parent::__construct($message);
 }