PHP Класс Devise\Media\Categories\CategoryPaths

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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

Описание методов

__construct() публичный Метод

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

browserPath() публичный Метод

Browser path is the url path to this root media directory
public browserPath ( $path ) : string
$path
Результат string

fromDot() публичный Метод

Convert dots to slashes in the path
public fromDot ( string $path ) : string
$path string
Результат string

serverPath() публичный Метод

Server path is the real path to the root media directory
public serverPath ( $path ) : string
$path
Результат string

toDot() публичный Метод

Convert slashes into dots in the path
public toDot ( string $path ) : string
$path string
Результат string