PHP 클래스 hiqdev\assetpackagist\helpers\Locker

파일 보기 프로젝트 열기: hiqdev/asset-packagist 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_count
$_handle
$_handles
$_instances
$_path

공개 메소드들

메소드 설명
__construct ( $path )
getInstance ( $path )
isLocked ( )
lock ( )
release ( )

보호된 메소드들

메소드 설명
getHandle ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $path )

getHandle() 보호된 메소드

protected getHandle ( )

getInstance() 공개 정적인 메소드

public static getInstance ( $path )

isLocked() 공개 메소드

public isLocked ( )

lock() 공개 메소드

public lock ( )

release() 공개 메소드

public release ( )

프로퍼티 상세

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

protected $_count

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

protected $_handle

$_handles 보호되어 있는 정적으로 프로퍼티

protected static $_handles

$_instances 보호되어 있는 정적으로 프로퍼티

protected static $_instances

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

protected $_path