PHP 클래스 Phalcon\Test\Mvc\Model\Behavior\Helper

저자: Serghei Iakovlev ([email protected])
상속: extends Codeception\TestCase\Test, use trait Codeception\Specify
파일 보기 프로젝트 열기: phalcon/incubator

보호된 프로퍼티들

프로퍼티 타입 설명
$previousDependencyInjector Phalcon\DiInterface
$tester UnitTester UnitTester Object

보호된 메소드들

메소드 설명
_after ( ) executed after each test
_before ( ) executed before each test
checkIntegrity ( integer | null $rootId = null ) Checking the integrity of keys
createTree ( )
getConnection ( ) : Phalcon\Db\AdapterInterface
getDbPdo ( ) : Pdo
getProperty ( $propertyName, NestedSet $behavior )
prettifyRoots ( $multipleTrees = true )
truncateTable ( $table )

메소드 상세

_after() 보호된 메소드

executed after each test
protected _after ( )

_before() 보호된 메소드

executed before each test
protected _before ( )

checkIntegrity() 보호된 메소드

Checking the integrity of keys
protected checkIntegrity ( integer | null $rootId = null )
$rootId integer | null

createTree() 보호된 메소드

protected createTree ( )

getConnection() 보호된 메소드

protected getConnection ( ) : Phalcon\Db\AdapterInterface
리턴 Phalcon\Db\AdapterInterface

getDbPdo() 보호된 메소드

protected getDbPdo ( ) : Pdo
리턴 Pdo

getProperty() 보호된 메소드

protected getProperty ( $propertyName, NestedSet $behavior )
$behavior Phalcon\Mvc\Model\Behavior\NestedSet

prettifyRoots() 보호된 메소드

protected prettifyRoots ( $multipleTrees = true )

truncateTable() 보호된 메소드

protected truncateTable ( $table )

프로퍼티 상세

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

protected DiInterface,Phalcon $previousDependencyInjector
리턴 Phalcon\DiInterface

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

UnitTester Object
protected UnitTester $tester
리턴 UnitTester