Function Module_join->parse_declarations
Definitions
pages/modules/join.php
- Return a string of declarations which the member made.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The declarations to which the member agreed, one per line
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Return a string of declarations which the member made.
*
* @return string The declarations to which the member agreed, one per line
*/
protected function parse_declarations() : string
* Return a string of declarations which the member made.
*
* @return string The declarations to which the member agreed, one per line
*/
protected function parse_declarations() : string

