/** * Store the text and single instance configuration. * * @param string $string * @param array $config */ public function __construct($string = '', array $config = array()) { parent::__construct($string, $config); $this->_loadMessages(); }