Метод | Описание | |
---|---|---|
destroy ( ) : boolean | Destroy the file. | |
getFilepath ( ) : string | Get the full path to the file. |
Метод | Описание | |
---|---|---|
getContents ( ) : array | Get the contents of the file. | |
saveContents ( array $contents ) | Save the contents of the file. |
protected getContents ( ) : array | ||
Результат | array |
public getFilepath ( ) : string | ||
Результат | string |
protected saveContents ( array $contents ) | ||
$contents | array |