Acl\AclExtras::_pluginAlias PHP 메소드

_pluginAlias() 보호된 메소드

Returns the aliased name for the plugin (Needed in order to correctly handle nested plugins)
protected _pluginAlias ( string $plugin ) : string
$plugin string The name of the plugin to alias
리턴 string
    protected function _pluginAlias($plugin)
    {
        return preg_replace('/\\//', '\\', Inflector::camelize($plugin));
    }