PHP Classes

File: docs/ChainInvokeMgr.md

Recommend this page to a friend!
  Classes of Kjell-Inge Gustafsson   PcGen   docs/ChainInvokeMgr.md   Download  
File: docs/ChainInvokeMgr.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PcGen
Generate PHP code from parameters
Author: By
Last change: 1.1.47
Date: 3 years ago
Size: 1,623 bytes
 

Contents

Class file image Download

[comment]: # (This file is part of PcGen, PHP Code Generation support package. Copyright 2020 Kjell-Inge Gustafsson, kigkonsult, All rights reserved, licence GPL 3.0)

ChainInvokeMgr

The `ChainInvokeMgr` class manages chained function/method invokes

  • each invoke mastered by [FcnInvokeMgr]
  • used by [AssignClauseMgr] and [ReturnClauseMgr]
  • ex result ```aClass::factory( $arg1, arg2 )->someMethod( $arg3, arg4 );```
ChainInvokeMgr Methods

Inherited [Common methods]


* ```FcnInvoke``` any number of [FcnInvokeMgr]
* For eol and indents, defaults are used
* Return _static_
* Throws _InvalidArgumentException_

---

  • Return _array_, result code rows (null-bytes removed) no trailing eol
  • Throws _RuntimeException_

* Return _array_, result code rows (null-bytes removed) no trailing eol
* Throws _RuntimeException_

---

  • Return [FcnInvokeMgr]\[]

* Return _bool_ true if set, false not


  • 
    
  • Return _static_
  • Throws _InvalidArgumentException_

* ```invokes``` [FcnInvokeMgr]\[]
* Return _static_
* Throws _InvalidArgumentException_

---

<small>Return to [README] - [Summary]</small>

[AssignClauseMgr]:AssignClauseMgr.md
[Common methods]:CommonMethods.md
[FcnInvokeMgr]:FcnInvokeMgr.md
[README]:../README.md
[ReturnClauseMgr]:ReturnClauseMgr.md
[Summary]:Summary.md