PHP Class Dmyers\Storage\Storage

Mostra file Open project: dmyers/laravel-storage Class Usage Examples

Protected Properties

Property Type Description
$adapter
$instances

Public Methods

Method Description
__callStatic ( $method, $args )
adapter ( $name )
config ( $key, $default = null )
getAdapter ( )
instance ( $name = null )
setAdapter ( $adapter )

Method Details

__callStatic() public static method

public static __callStatic ( $method, $args )

adapter() public static method

public static adapter ( $name )

config() public static method

public static config ( $key, $default = null )

getAdapter() public method

public getAdapter ( )

instance() public static method

public static instance ( $name = null )

setAdapter() public method

public setAdapter ( $adapter )

Property Details

$adapter protected_oe property

protected $adapter

$instances protected_oe static_oe property

protected static $instances