PHP Class Screen\Location\Location

Author: AndrĂ© Filipe ([email protected])
Show file Open project: microweber/screen

Protected Properties

Property Type Description
$location string Directory Path

Public Methods

Method Description
getLocation ( ) : string Returns the location path
setLocation ( $locationPath ) : void Sets the files location

Method Details

getLocation() public method

Returns the location path
public getLocation ( ) : string
return string

setLocation() public method

Sets the files location
public setLocation ( $locationPath ) : void
return void

Property Details

$location protected property

Directory Path
protected string $location
return string