HumHub Documentation (unofficial)

FSMAction
in package

Abstract Finite State Machine

Tags
category

Zend

Table of Contents

Properties

$_method  : string
Method name
$_object  : object
Object reference

Methods

__construct()  : mixed
Object constructor
doAction()  : void

Properties

$_method

Method name

private string $_method

$_object

Object reference

private object $_object

Methods

__construct()

Object constructor

public __construct(object $object, string $method) : mixed
Parameters
$object : object
$method : string

        
On this page

Search results