PHP 클래스 NinjaMutex\Tests\Mock\MockPDOStatement

저자: Kamil Dziedzic ([email protected])
상속: extends PDOStatemen\PDOStatement
파일 보기 프로젝트 열기: arvenil/ninja-mutex 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_mock_fetch string

공개 메소드들

메소드 설명
_mock_set_fetch ( string $result ) : MockPDOStatement
fetch ( integer | null $fetch_style = null, integer | null $cursor_orientation = PDO::FETCH_ORI_NEXT, integer | null $cursor_offset ) : string

메소드 상세

_mock_set_fetch() 공개 메소드

public _mock_set_fetch ( string $result ) : MockPDOStatement
$result string
리턴 MockPDOStatement

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

프로퍼티 상세

$_mock_fetch 보호되어 있는 프로퍼티

protected string $_mock_fetch
리턴 string