PHP Class Bravo3\Orm\Config\Configuration

Show file Open project: bravo3/orm Class Usage Examples

Protected Properties

Property Type Description
$cache_dir string

Public Methods

Method Description
__construct ( $cache_dir = null )
getCacheDir ( ) : string Get CacheDir
setCacheDir ( string $cache_dir ) Set CacheDir

Method Details

__construct() public method

public __construct ( $cache_dir = null )

getCacheDir() public method

Get CacheDir
public getCacheDir ( ) : string
return string

setCacheDir() public method

Set CacheDir
public setCacheDir ( string $cache_dir )
$cache_dir string

Property Details

$cache_dir protected property

protected string $cache_dir
return string