PHP 클래스 Newscoop\Installer\Services\BootstrapService

파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 프로퍼티들

프로퍼티 타입 설명
$basePath
$mustBeWritable

보호된 프로퍼티들

프로퍼티 타입 설명
$filesystem
$logger

공개 메소드들

메소드 설명
__construct ( object $logger = null, array $directories = ['cache', 'log', 'library/Proxy', 'themes'], string $basePath = null ) Construct class
checkDirectories ( ) : mixed Check if all directories are writable
makeDirectoriesWritable ( ) : boolean Try to make all directories writeable
warmapCache ( ) Reload themes reditions in datbase

메소드 상세

__construct() 공개 메소드

Construct class
public __construct ( object $logger = null, array $directories = ['cache', 'log', 'library/Proxy', 'themes'], string $basePath = null )
$logger object
$directories array
$basePath string

checkDirectories() 공개 메소드

Check if all directories are writable
public checkDirectories ( ) : mixed
리턴 mixed true if all writable or array with not writable directories

makeDirectoriesWritable() 공개 메소드

Try to make all directories writeable

warmapCache() 공개 메소드

Reload themes reditions in datbase
public warmapCache ( )

프로퍼티 상세

$basePath 공개적으로 프로퍼티

public $basePath

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

protected $filesystem

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

protected $logger

$mustBeWritable 공개적으로 프로퍼티

public $mustBeWritable