PHP 클래스 TimeObjects_Driver, horde

Copyright 2009-2016 Horde LLC (http://www.horde.org/)
저자: Michael J. Rubinsky ([email protected])
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_params

공개 메소드들

메소드 설명
__construct ( array $params ) Constructor
ensure ( ) Ensure we have minimum requirements for concrete driver to run.
factory ( $name, array $params = [] ) : TimeObjects_Driver Factory method
listTimeObjects ( Horde_Date $start = null, Horde_Date $end = null ) : array Get a list of TimeObjects.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( array $params )
$params array The parameter array.

ensure() 추상적인 공개 메소드

Ensure we have minimum requirements for concrete driver to run.
abstract public ensure ( )

factory() 공개 메소드

Factory method
public factory ( $name, array $params = [] ) : TimeObjects_Driver
$name
$params array
리턴 TimeObjects_Driver

listTimeObjects() 추상적인 공개 메소드

Get a list of TimeObjects.
abstract public listTimeObjects ( Horde_Date $start = null, Horde_Date $end = null ) : array
$start Horde_Date
$end Horde_Date
리턴 array The array of time objects.

프로퍼티 상세

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

protected $_params