Exemplo n.º 1
0
	public function send($input) {
		$this->_statement = P\Parser::i()->parse($input);
		$this->_result = Ev\Evaluer::execute($this->_statement);
		
		return $this;
	}