Guides

Namespace_
in package
implements ProjectFactoryStrategy

Table of Contents

Interfaces

ProjectFactoryStrategy
Interface for strategies used by the project factory to build Elements out of nodes.

Methods

create()  : void
Creates an Element out of the given object.
matches()  : bool
Returns true when the strategy is able to handle the object.

Methods

matches()

Returns true when the strategy is able to handle the object.

public matches(ContextStack $context, object $object) : bool
Parameters
$context : ContextStack
$object : object
Attributes
#[Override]
Return values
bool

        
On this page

Search results