PHP 클래스 Screen\Location\Location

저자: André Filipe ([email protected])
파일 보기 프로젝트 열기: microweber/screen

보호된 프로퍼티들

프로퍼티 타입 설명
$location string Directory Path

공개 메소드들

메소드 설명
getLocation ( ) : string Returns the location path
setLocation ( $locationPath ) : void Sets the files location

메소드 상세

getLocation() 공개 메소드

Returns the location path
public getLocation ( ) : string
리턴 string

setLocation() 공개 메소드

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

프로퍼티 상세

$location 보호되어 있는 프로퍼티

Directory Path
protected string $location
리턴 string