ProxySubject::_afterAction PHP Method

_afterAction() private method

private _afterAction ( )
    private function _afterAction()
    {
        echo '在action后,我还想干点啥....';
    }