evaluate() 공개 메소드

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