Prado\Web\UI\WebControls\TStatements::getStatements PHP Method

getStatements() public method

public getStatements ( ) : string
return string the statements to be executed
    public function getStatements()
    {
        return $this->_s;
    }