Smile\ElasticsuiteCore\Api\Index\TypeInterface::getDatasource PHP 메소드

getDatasource() 공개 메소드

Retrieve a datasource by name for the current type.
public getDatasource ( string $name ) : Smile\ElasticsuiteCore\Api\Index\DatasourceInterface
$name string Datasource name.
리턴 Smile\ElasticsuiteCore\Api\Index\DatasourceInterface
    public function getDatasource($name);