protected function putDataHeldByAggregator(Aggregator $a, DOMElement $destination)
 {
     $destination->appendChild(new DOMText((int) $a->isTrue()));
 }
예제 #2
0
 protected function convertToScalarImpl(Aggregator $aggregator)
 {
     /* @var $aggregator MoreThan */
     return $aggregator->isTrue();
 }