PHP Class Carew\Event\Listener\Metadata\Extraction

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Show file Open project: carew/carew Class Usage Examples

Public Methods

Method Description
__construct ( Path $path = null )
getSubscribedEvents ( )
onDocument ( CarewEvent $event )

Method Details

__construct() public method

public __construct ( Path $path = null )
$path Carew\Helper\Path

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

onDocument() public method

public onDocument ( CarewEvent $event )
$event Carew\Event\CarewEvent