phpDocumentor php-ui-winbinder
[ class tree: php-ui-winbinder ] [ index: php-ui-winbinder ] [ all elements ]

Class: WBTimer

Source Location: /php/ui/winbinder/WBTimer.php

Class WBTimer

Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From WBObject

WBObject::__construct()
WBObject 생성자
WBObject::addEvent()
사용자 이벤트 추가
WBObject::fire()
이벤트 실행 출발점
WBObject::fireEvent()
이벤트 실행
WBObject::getOption()
$key 에 맞는 값 가져오기
WBObject::getOptionList()
option list
WBObject::initEvent()
WBObject::on()
addEvent() 와 같음
WBObject::setEvent()
기본 이벤트에 해당하는 callback 함수 설정
WBObject::setOption()
option 설정
WBObject::setOptionList()
options 설정
WBObject::__get()
$key 에 맞는 값 가져오기
WBObject::__isset()
옵션 설정 여부 체크
WBObject::__set()
option value 설정하기
WBObject::__unset()
option 메모리 해제

Inherited From PObject

PObject::__construct()
생성자
PObject::display()
객체 문자열을 출력
PObject::equals()
객체 비교 (수정 필요)
PObject::getClass()
PObject::getObjValue()
객체인지 아닌지 판별해서 PObject 형 객체이면 toString() 메소드로 문자열을 반환하고 일단 자료형이면 그 형태 그대로 리턴한다
PObject::isObject()
객체 확인
PObject::toString()
객체 문자열로 변환
PObject::__toString()
magic methods 추가 , toString() 의 값을 그대로 리턴한다.

[ Top ]
Method Summary
WBTimer   __construct()   생성자
void   createTimer()   타이머 instance 생성
boolean   destroyTimer()   타이머 삭제
void   fire()   이벤트 실행 구현
int   getInstance()   타이머 instance 얻어오기
void   initEvent()   타이머 이벤트 설정
void   setInstance()   타이머 instance 설정

[ Top ]
Methods
Constructor __construct  [line 29]

  WBTimer __construct( [array $options = array()]  )

생성자

Parameters:
array   $options: 

API Tags:
Access:  public


Redefinition of:
WBObject::__construct()
WBObject 생성자

[ Top ]
createTimer  [line 40]

  void createTimer( )

타이머 instance 생성


API Tags:
Access:  public


[ Top ]
destroyTimer  [line 67]

  boolean destroyTimer( )

타이머 삭제


API Tags:
Access:  public


[ Top ]
fire  [line 89]

  void fire( $eo  )

이벤트 실행 구현

Parameters:
   $eo: 

API Tags:
See:  fire($eo)
Access:  public


Redefinition of:
WBObject::fire()
이벤트 실행 출발점

[ Top ]
getInstance  [line 58]

  int getInstance( )

타이머 instance 얻어오기


API Tags:
Access:  public


[ Top ]
initEvent  [line 78]

  void initEvent( )

타이머 이벤트 설정

click


API Tags:
See:  initEvent()
Access:  public


Redefinition of:
WBObject::initEvent()

[ Top ]
setInstance  [line 49]

  void setInstance( int $instance  )

타이머 instance 설정

Parameters:
int   $instance: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 09 Apr 2010 11:58:02 +0900 by phpDocumentor 1.4.3