PHP Class Lazer\Classes\Helpers\File

Author: Grzegorz Kuźnik
Inheritance: implements Lazer\Classes\Helpers\FileInterface
Show file Open project: greg0/lazer-database Class Usage Examples

Protected Properties

Property Type Description
$name string File name
$type string File type (data|config)

Public Methods

Method Description
exists ( )
get ( $assoc = false )
getPath ( )
put ( $data )
remove ( )
setType ( $type )
table ( $name )

Method Details

exists() final public method

final public exists ( )

get() final public method

final public get ( $assoc = false )

getPath() final public method

final public getPath ( )

put() final public method

final public put ( $data )

remove() final public method

final public remove ( )

setType() final public method

final public setType ( $type )

table() public static method

public static table ( $name )

Property Details

$name protected property

File name
protected string $name
return string

$type protected property

File type (data|config)
protected string $type
return string