App\services\OptionForm::__construct PHP Метод

__construct() публичный Метод

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