PHP Class hiqdev\assetpackagist\helpers\Locker

Show file Open project: hiqdev/asset-packagist Class Usage Examples

Protected Properties

Property Type Description
$_count
$_handle
$_handles
$_instances
$_path

Public Methods

Method Description
__construct ( $path )
getInstance ( $path )
isLocked ( )
lock ( )
release ( )

Protected Methods

Method Description
getHandle ( )

Method Details

__construct() public method

public __construct ( $path )

getHandle() protected method

protected getHandle ( )

getInstance() public static method

public static getInstance ( $path )

isLocked() public method

public isLocked ( )

lock() public method

public lock ( )

release() public method

public release ( )

Property Details

$_count protected property

protected $_count

$_handle protected property

protected $_handle

$_handles protected static property

protected static $_handles

$_instances protected static property

protected static $_instances

$_path protected property

protected $_path