App\Source\ModelFieldBuilder\HiddenField::__toString PHP Méthode

__toString() public méthode

public __toString ( )
    public function __toString()
    {
        $str = sprintf('<input type="%s" name="%s" value="%s" #>', $this->type, $this->name, $this->value);
        return $this->toString($str);
    }