Craft\WorkflowPlugin::init PHP Méthode

init() public méthode

=========================================================================
public init ( )
    public function init()
    {
        if (craft()->request->isCpRequest()) {
            // Add template to the sidebar for maximum trendyness
            craft()->workflow->renderEntrySidebar();
        }
    }