Crud\Listener\ApiQueryLogListener::_getSource PHP 메소드

_getSource() 보호된 메소드

Get a specific data source
protected _getSource ( string $source ) : Cake\Datasource\ConnectionInterface
$source string Datasource name
리턴 Cake\Datasource\ConnectionInterface
    protected function _getSource($source)
    {
        return ConnectionManager::get($source);
    }