FilePathOption
Read onlyYes
    FinalYes
Methods
- __construct() : mixed
 - get() : Path
 - getExisting() : Path
 - getNotExisting() : Path
 
Methods
__construct()
    public
                    __construct(string $path) : mixed
    Parameters
- $path : string
 
get()
    public
                    get(InputInterface $input) : Path
    Parameters
- $input : InputInterface
 
Return values
PathgetExisting()
    public
                    getExisting(InputInterface $input, Config $config) : Path
    Parameters
- $input : InputInterface
 - $config : Config
 
Return values
PathgetNotExisting()
    public
                    getNotExisting(InputInterface $input, Config $config) : Path
    Parameters
- $input : InputInterface
 - $config : Config