Pinq\Providers\DSL\Compilation\Parameters\ResolvedParameterRegistry::getHashesAsArray PHP Method

getHashesAsArray() public method

Gets an array of all the hashes of the resolved parameters.
public getHashesAsArray ( ) : string[]
return string[]
    public function getHashesAsArray()
    {
        return $this->hashes;
    }