ApiPlatform\Core\Tests\Fixtures\DummyFilter::getDescription PHP 메소드

getDescription() 공개 메소드

Returns an array with the filter parameter names as keys and array with the following data as values: - property: the property where the filter is applied - type: the type of the filter - required: if this filter is required - strategy: the used strategy The description can contain additional data specific to a filter.
public getDescription ( string $resourceClass ) : array
$resourceClass string
리턴 array
    public function getDescription(string $resourceClass) : array
    {
        return $this->description;
    }