Flake\Core\Database\Statement::fetch PHP Méthode

fetch() public méthode

public fetch ( )
    function fetch()
    {
        if ($this->stmt !== false) {
            return $this->stmt->fetch(\PDO::FETCH_ASSOC, \PDO::FETCH_ORI_FIRST);
        }
        return false;
    }