PHP 클래스 Gc\Property\CollectionTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: gotcms/gotcms

보호된 프로퍼티들

프로퍼티 타입 설명
$datatype Gc\Datatype\Model
$documentType Gc\DocumentType\Model
$layout Gc\Layout\Model
$object Collection
$property Model
$tab Gc\Tab\Model
$user Gc\User\Model
$view Gc\View\Model

공개 메소드들

메소드 설명
testDelete ( ) : void Test
testGetProperties ( ) : void Test
testLoad ( ) : void Test
testSave ( ) : void Test
testSaveWithWrongValues ( ) : void Test
testSetProperties ( ) : void Test

보호된 메소드들

메소드 설명
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

메소드 상세

setUp() 보호된 메소드

This method is called before a test is executed.
protected setUp ( ) : void
리턴 void

tearDown() 보호된 메소드

This method is called after a test is executed.
protected tearDown ( ) : void
리턴 void

testDelete() 공개 메소드

Test
public testDelete ( ) : void
리턴 void

testGetProperties() 공개 메소드

Test
public testGetProperties ( ) : void
리턴 void

testLoad() 공개 메소드

Test
public testLoad ( ) : void
리턴 void

testSave() 공개 메소드

Test
public testSave ( ) : void
리턴 void

testSaveWithWrongValues() 공개 메소드

Test
public testSaveWithWrongValues ( ) : void
리턴 void

testSetProperties() 공개 메소드

Test
public testSetProperties ( ) : void
리턴 void

프로퍼티 상세

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

protected Model,Gc\Datatype $datatype
리턴 Gc\Datatype\Model

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

protected Model,Gc\DocumentType $documentType
리턴 Gc\DocumentType\Model

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

protected Model,Gc\Layout $layout
리턴 Gc\Layout\Model

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

protected Collection,Gc\Property $object
리턴 Collection

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

protected Model,Gc\Property $property
리턴 Model

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

protected Model,Gc\Tab $tab
리턴 Gc\Tab\Model

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

protected Model,Gc\User $user
리턴 Gc\User\Model

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

protected Model,Gc\View $view
리턴 Gc\View\Model