props->has('text')) { $this->props->set('text', $child); return false; } } public function build() { return span ( setClass('label'), set($this->getRestProps()), $this->prop('text'), $this->children() ); } }