You are here

protected property Local::$isPublic in Flysystem 8

Same name and namespace in other branches
  1. 3.x src/Flysystem/Local.php \Drupal\flysystem\Flysystem\Local::isPublic
  2. 2.0.x src/Flysystem/Local.php \Drupal\flysystem\Flysystem\Local::isPublic
  3. 3.0.x src/Flysystem/Local.php \Drupal\flysystem\Flysystem\Local::isPublic

Whether the root is in the public path.

Type: bool

File

src/Flysystem/Local.php, line 39

Class

Local
Drupal plugin for the "Local" Flysystem adapter.

Namespace

Drupal\flysystem\Flysystem

Code

protected $isPublic;