SymfonyBundle
in package
Tags
Table of Contents
- $operation : mixed
- $package : mixed
- $vendorDir : mixed
- __construct() : mixed
- getClassNames() : array<string|int, mixed>
- extractClassNames() : array<string|int, mixed>
- isBundleClass() : bool
Properties
$operation
private
mixed
$operation
$package
private
mixed
$package
$vendorDir
private
mixed
$vendorDir
Methods
__construct()
public
__construct(Composer $composer, PackageInterface $package, string $operation) : mixed
Parameters
- $composer : Composer
- $package : PackageInterface
- $operation : string
Return values
mixed —getClassNames()
public
getClassNames() : array<string|int, mixed>
Return values
array<string|int, mixed> —extractClassNames()
private
extractClassNames(string $namespace, bool $isSyliusPlugin) : array<string|int, mixed>
Parameters
- $namespace : string
- $isSyliusPlugin : bool
Return values
array<string|int, mixed> —isBundleClass()
private
isBundleClass(string $class, string $path, bool $isPsr4) : bool
Parameters
- $class : string
- $path : string
- $isPsr4 : bool