Exemple #1
0
    public function __construct($options = null)
    {
        parent::__construct($options);

        //Instanciando o translator
        $this->_translator = Nidorx_Translator::getAdapter();
    }