PHP 클래스 Bravo3\Orm\Mappers\Metadata\Column

파일 보기 프로젝트 열기: bravo3/orm 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$class_name string
$getter string
$is_id boolean
$name string
$property string
$setter string
$type Bravo3\Orm\Enum\FieldType

공개 메소드들

메소드 설명
__construct ( string $property )
getClassName ( ) : string Get object class name
getGetter ( ) : string Get Getter
getName ( ) : string Get database field name
getProperty ( ) : string Get class property name
getSetter ( ) : string Get Setter
getType ( ) : FieldType Get field type
isId ( ) : boolean Check if the column is an ID column
setClassName ( string $class_name ) Set object class name
setGetter ( string $getter ) Set Getter
setId ( boolean $is_id ) Define if the column is an ID column
setName ( string $name ) Set database field name
setProperty ( string $property ) Set class property name
setSetter ( string $setter ) Set Setter
setType ( FieldType $type ) Set field type

메소드 상세

__construct() 공개 메소드

public __construct ( string $property )
$property string

getClassName() 공개 메소드

Get object class name
public getClassName ( ) : string
리턴 string

getGetter() 공개 메소드

Get Getter
public getGetter ( ) : string
리턴 string

getName() 공개 메소드

Get database field name
public getName ( ) : string
리턴 string

getProperty() 공개 메소드

Get class property name
public getProperty ( ) : string
리턴 string

getSetter() 공개 메소드

Get Setter
public getSetter ( ) : string
리턴 string

getType() 공개 메소드

Get field type
public getType ( ) : FieldType
리턴 Bravo3\Orm\Enum\FieldType

isId() 공개 메소드

Check if the column is an ID column
public isId ( ) : boolean
리턴 boolean

setClassName() 공개 메소드

Set object class name
public setClassName ( string $class_name )
$class_name string

setGetter() 공개 메소드

Set Getter
public setGetter ( string $getter )
$getter string

setId() 공개 메소드

Define if the column is an ID column
public setId ( boolean $is_id )
$is_id boolean

setName() 공개 메소드

Set database field name
public setName ( string $name )
$name string

setProperty() 공개 메소드

Set class property name
public setProperty ( string $property )
$property string

setSetter() 공개 메소드

Set Setter
public setSetter ( string $setter )
$setter string

setType() 공개 메소드

Set field type
public setType ( FieldType $type )
$type Bravo3\Orm\Enum\FieldType

프로퍼티 상세

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

protected string $class_name
리턴 string

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

protected string $getter
리턴 string

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

protected bool $is_id
리턴 boolean

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

protected string $name
리턴 string

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

protected string $property
리턴 string

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

protected string $setter
리턴 string

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

protected FieldType,Bravo3\Orm\Enum $type
리턴 Bravo3\Orm\Enum\FieldType