Ejemplo n.º 1
0
 protected function writeValue($value, $typeBase = null, $typeLocal = null)
 {
     $this->writeSubjectAndObject();
     $this->write(' ');
     parent::writeValue($value, $typeBase, $typeLocal);
 }