Clockwork\DataSource\PhpDataSource::getGetData PHP Метод

getGetData() защищенный Метод

Return GET data (replace unserializable items, attempt to remove passwords)
protected getGetData ( )
    protected function getGetData()
    {
        return $this->removePasswords($this->replaceUnserializable($_GET));
    }