PHP 클래스 yii\base\InlineAction
The name of the controller method is available via [[actionMethod]] which
is set by the [[controller]] who creates this action.
For more details and usage information on InlineAction, see the
guide article on actions.
파일 보기
프로젝트 열기: yiisoft/yii2
1 사용 예제들
공개 프로퍼티들
프로퍼티 |
타입 |
설명 |
|
$actionMethod |
|
the controller method that this inline action is associated with |
|
공개 메소드들
메소드 상세
public __construct ( string $id, Controller $controller, string $actionMethod, array $config = [] ) |
$id |
string |
the ID of this action |
$controller |
Controller |
the controller that owns this action |
$actionMethod |
string |
the controller method that this inline action is associated with |
$config |
array |
name-value pairs that will be used to initialize the object properties |
This method is mainly invoked by the controller.
프로퍼티 상세
the controller method that this inline action is associated with