App\services\OptionFormItem::__construct PHP Method

__construct() public method

public __construct ( $id, $title, $type = "" )
    public function __construct($id, $title, $type = "")
    {
        $this->id = $id;
        $this->type = $type;
        $this->title = $title;
    }