Function Hook_commandr_fs_extended_member__ticket_known_emailers->is_active
Definitions
sources/hooks/systems/commandr_fs_extended_member/ticket_known_emailers.php
- Whether the filesystem hook is active.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Whether the filesystem hook is active.
*
* @return boolean Whether it is
*/
public function is_active() : bool
* Whether the filesystem hook is active.
*
* @return boolean Whether it is
*/
public function is_active() : bool

