Collections\Controller\RestApi::getBySlug PHP Method

getBySlug() public method

public getBySlug ( $collection = null )
    public function getBySlug($collection = null)
    {
        return $this->get($collection, true);
    }