public function __construct($text = null, $type = 'text', $src = null)
 {
     parent::__construct($text, $type);
     $this->_src = $src;
 }
 public function __construct($text = null)
 {
     parent::__construct();
     $this->_text = $text;
 }