HX::set PHP Method

set() public method

{{{ Inherited Methods
public set ( $text )
    public function set($text)
    {
        $this->text = $text;
        return parent::set($text);
    }