Documentation

SymfonyBundle
in package

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

$operation  : mixed
$package  : mixed
$vendorDir  : mixed
__construct()  : mixed
getClassNames()  : array<string|int, mixed>
extractClassNames()  : array<string|int, mixed>
isBundleClass()  : bool

Properties

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
Return values
bool

Search results