Data Type Php

class TextInput {
    public function __toString() {
        return (string) $this->label;
    }
}