PHP Class hiqdev\assetpackagist\helpers\Locker

Afficher le fichier Open project: hiqdev/asset-packagist Class Usage Examples

Protected Properties

Свойство Type Description
$_count
$_handle
$_handles
$_instances
$_path

Méthodes publiques

Méthode Description
__construct ( $path )
getInstance ( $path )
isLocked ( )
lock ( )
release ( )

Méthodes protégées

Méthode Description
getHandle ( )

Method Details

__construct() public méthode

public __construct ( $path )

getHandle() protected méthode

protected getHandle ( )

getInstance() public static méthode

public static getInstance ( $path )

isLocked() public méthode

public isLocked ( )

lock() public méthode

public lock ( )

release() public méthode

public release ( )

Property Details

$_count protected_oe property

protected $_count

$_handle protected_oe property

protected $_handle

$_handles protected_oe static_oe property

protected static $_handles

$_instances protected_oe static_oe property

protected static $_instances

$_path protected_oe property

protected $_path