PHP 클래스 Export

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

공개 프로퍼티들

프로퍼티 타입 설명
$brands array
$categories array
$shop_agency
$shop_company
$shop_cpa
$shop_email
$shop_name
$shop_platform
$shop_url
$shop_version

공개 메소드들

메소드 설명
afterFind ( )
attributeLabels ( ) : array
beforeValidate ( ) : boolean
model ( null | string $className = __CLASS__ )
rules ( ) : array
search ( ) : CActiveDataProvider
tableName ( ) : string

메소드 상세

afterFind() 공개 메소드

public afterFind ( )

attributeLabels() 공개 메소드

public attributeLabels ( ) : array
리턴 array customized attribute labels (name=>label)

beforeValidate() 공개 메소드

public beforeValidate ( ) : boolean
리턴 boolean

model() 공개 정적인 메소드

public static model ( null | string $className = __CLASS__ )
$className null | string

rules() 공개 메소드

public rules ( ) : array
리턴 array validation rules for model attributes.

tableName() 공개 메소드

public tableName ( ) : string
리턴 string the associated database table name

프로퍼티 상세

$brands 공개적으로 프로퍼티

public array $brands
리턴 array

$categories 공개적으로 프로퍼티

public array $categories
리턴 array

$shop_agency 공개적으로 프로퍼티

public $shop_agency

$shop_company 공개적으로 프로퍼티

public $shop_company

$shop_cpa 공개적으로 프로퍼티

public $shop_cpa

$shop_email 공개적으로 프로퍼티

public $shop_email

$shop_name 공개적으로 프로퍼티

public $shop_name

$shop_platform 공개적으로 프로퍼티

public $shop_platform

$shop_url 공개적으로 프로퍼티

public $shop_url

$shop_version 공개적으로 프로퍼티

public $shop_version