Craft\WorkflowPlugin::init PHP Method

init() public method

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