Documentation

NotSupportingVisibilityTrait

Table of Contents

getVisibility()  : mixed
Get the visibility of a file.
setVisibility()  : mixed
Set the visibility for a file.

Methods

getVisibility()

Get the visibility of a file.

public getVisibility(string $path) : mixed
Parameters
$path : string
Tags
throws
LogicException
Return values
mixed

setVisibility()

Set the visibility for a file.

public setVisibility(string $path, string $visibility) : mixed
Parameters
$path : string
$visibility : string
Tags
throws
LogicException
Return values
mixed

Search results