WorkflowRequestAction::__construct PHP Méthode

__construct() public méthode

public __construct ( )
        public function __construct()
        {
        }

Usage Example

 public function __construct($comment = null)
 {
     parent::__construct();
     $this->comment = $comment;
 }
All Usage Examples Of WorkflowRequestAction::__construct