kernel/private/interfaces/ezpautoloadoutput.php
File containing the ezpAutoloadOutput interface
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- kernel
- Version
- 4.6.0
\ezpAutoloadOutput
Package: kernel
Parameters
Interface for classes providing output for autoload generation.
- Children
- \ezpAutoloadCliOutput
Methods


getData(
int $phase
)
:
array
Returns data array used to keep statistical information for each $phase.
Parameters
Returns
Details
Name | Type | Description |
---|---|---|
$phase | int |
Type | Description |
---|---|
array |


outputCli(
string $message, string $type
)
:
void
Outputs a $message on the CLI, and formats it according to type.
Currently $type of "normal" and "warning" is supported.
Name | Type | Description |
---|---|---|
$message | string | |
$type | string |


updateData(
int $phase, array $data
)
:
void
Updates the internal data array for each $phase
Parameters
Name | Type | Description |
---|---|---|
$phase | int | |
$data | array |