evaluate() public method

Evaluate the collection nodes as concatenated string
public evaluate ( ) : string
return string
 /**
  * Evaluate the collection nodes
  *
  * @return string
  */
 public function evaluate()
 {
     return parent::evaluate();
 }