PHP 클래스 Ulaform_Factory_Action, horde
Copyright 2011-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (GPL). If you
did not receive this file, see http://www.horde.org/licenses/gpl.
파일 보기
프로젝트 열기: horde/horde
공개 메소드들
메소드 |
설명 |
|
__construct ( Horde_Injector $injector ) |
Constructor. |
|
create ( string $action ) : Ulaform_Action |
Return the Ulaform_Action:: instance. |
|
메소드 상세
public __construct ( Horde_Injector $injector ) |
$injector |
Horde_Injector |
The injector to use. |
Return the Ulaform_Action:: instance.
public create ( string $action ) : Ulaform_Action |
$action |
string |
The action to use |
리턴 |
Ulaform_Action |
|