public function vfsStreamContent::appliesTo in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamContent.php \org\bovigo\vfs\vfsStreamContent::appliesTo()
checks whether the container can be applied to given name
Parameters
string $name:
Return value
bool
1 method overrides vfsStreamContent::appliesTo()
- vfsStreamAbstractContent::appliesTo in vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContent.php - checks whether the container can be applied to given name
File
- vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStreamContent.php, line 62
Class
- vfsStreamContent
- Interface for stream contents.
Namespace
org\bovigo\vfsCode
public function appliesTo($name);