kernel/private/eztemplate/ezpattributeoperatormanager.php
File containing ezpAttributeOperatorManager class definition
- 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
\ezpAttributeOperatorManager
Package: kernel
File containing ezpAttributeOperatorManager class definition
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Version
- 4.6.0
Properties
Methods

createFormatter(
string $format
)
:
\ezpAttributeOperatorFormatterInterface
static
Searches for the output formatter handler class for a given format
Parameters
Returns
Details
| Name | Type | Description |
|---|---|---|
| $format | string |
| Type | Description |
|---|---|
| \ezpAttributeOperatorFormatterInterface |
- Static

getOutputFormatter(
string $format
)
:
\ezpAttributeOperatorFormatterInterface | null
static
Returns formatter object for a given format
Parameters
Returns
Details
| Name | Type | Description |
|---|---|---|
| $format | string |
| Type | Description |
|---|---|
| \ezpAttributeOperatorFormatterInterface | null |
- Static