Пример #1
0
 /**
  * Constructor.
  *
  * @param string $title
  * @param string $value
  * @param bool   $isShort
  */
 public function __construct($title = null, $value = null, $isShort = null)
 {
     parent::__construct(['title' => $title, 'value' => $value, 'short' => $isShort]);
 }