PHP 클래스 Turba_Factory_Driver, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (APL). If you did not receive this file, see http://www.horde.org/licenses/apl.html.
저자: Michael Slusarz ([email protected])
상속: extends Horde_Core_Factory_Base
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
create ( mixed $name, string $name2 = '' ) : Turba_Driver Return the Turba_Driver:: instance.

메소드 상세

create() 공개 메소드

Return the Turba_Driver:: instance.
public create ( mixed $name, string $name2 = '' ) : Turba_Driver
$name mixed Either a string containing the internal name of this source, or a config array describing the source.
$name2 string The internal name of this source if $name is an array.
리턴 Turba_Driver The singleton instance.