PHP Class Devise\Media\Categories\CategoryPaths

Afficher le fichier Open project: devisephp/cms Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( null $config = null ) Create a new category path
browserPath ( $path ) : string Browser path is the url path to this root media directory
fromDot ( string $path ) : string Convert dots to slashes in the path
serverPath ( $path ) : string Server path is the real path to the root media directory
toDot ( string $path ) : string Convert slashes into dots in the path

Method Details

__construct() public méthode

Create a new category path
public __construct ( null $config = null )
$config null

browserPath() public méthode

Browser path is the url path to this root media directory
public browserPath ( $path ) : string
$path
Résultat string

fromDot() public méthode

Convert dots to slashes in the path
public fromDot ( string $path ) : string
$path string
Résultat string

serverPath() public méthode

Server path is the real path to the root media directory
public serverPath ( $path ) : string
$path
Résultat string

toDot() public méthode

Convert slashes into dots in the path
public toDot ( string $path ) : string
$path string
Résultat string