Carew\Event\Listener\Body\Toc::getSubscribedEvents PHP Method

getSubscribedEvents() public static method

public static getSubscribedEvents ( )
    public static function getSubscribedEvents()
    {
        return array(Events::DOCUMENT_BODY => array(array('onDocument', 32)));
    }