Beispiel #1
0
 /**
  * @param string $text
  * @param Border $border
  */
 public function __construct($text, Border $border)
 {
     parent::__construct($text);
     $this->border = $border;
 }