PHP Class Tebru\Retrofit\Generation\Listener\DynamoStartListener

Author: Nate Brunette ([email protected])
Show file Open project: tebru/retrofit-php

Public Methods

Method Description
__invoke ( Tebru\Dynamo\Event\StartEvent $event ) Handle the event

Private Methods

Method Description
addConstructor ( Tebru\Dynamo\Model\ClassModel $classModel ) Create constructor
addProperties ( Tebru\Dynamo\Model\ClassModel $classModel ) Add properties to the class
addWait ( Tebru\Dynamo\Model\ClassModel $classModel ) : null Create wait method

Method Details

__invoke() public method

Handle the event
public __invoke ( Tebru\Dynamo\Event\StartEvent $event )
$event Tebru\Dynamo\Event\StartEvent