[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/dependency-injection/ -> Alias.php (summary)

(no description)

File Size: 58 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Alias:: (4 methods):
  __construct()
  isPublic()
  setPublic()
  __toString()


Class: Alias  - X-Ref

__construct($id, $public = true)   X-Ref

param: string $id     Alias identifier
param: bool   $public If this alias is public

isPublic()   X-Ref
Checks if this DI Alias should be public or not.

return: bool

setPublic($boolean)   X-Ref
Sets if this Alias is public.

param: bool $boolean If this Alias should be public

__toString()   X-Ref
Returns the Id of this alias.

return: string The alias id



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1