NinjaMutex\Tests\Mock\MockPDOStatement::fetch PHP Метод

fetch() публичный Метод

public fetch ( integer | null $fetch_style = null, integer | null $cursor_orientation = PDO::FETCH_ORI_NEXT, integer | null $cursor_offset ) : string
$fetch_style integer | null
$cursor_orientation integer | null
$cursor_offset integer | null
Результат string
    public function fetch($fetch_style = null, $cursor_orientation = PDO::FETCH_ORI_NEXT, $cursor_offset = 0)
    {
        return $this->_mock_fetch;
    }
MockPDOStatement