App\services\OptionForm::__construct PHP Method

__construct() public method

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