PHP Class Dmyers\Storage\Storage

Afficher le fichier Open project: dmyers/laravel-storage Class Usage Examples

Protected Properties

Свойство Type Description
$adapter
$instances

Méthodes publiques

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

Method Details

__callStatic() public static méthode

public static __callStatic ( $method, $args )

adapter() public static méthode

public static adapter ( $name )

config() public static méthode

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

getAdapter() public méthode

public getAdapter ( )

instance() public static méthode

public static instance ( $name = null )

setAdapter() public méthode

public setAdapter ( $adapter )

Property Details

$adapter protected_oe property

protected $adapter

$instances protected_oe static_oe property

protected static $instances