Bart\GitHook\GitHookConfig::getPostReceiveHookActions PHP Method

getPostReceiveHookActions() public method

public getPostReceiveHookActions ( ) : string[]
return string[] List of FQCN's of each GitHookAction to be run on post-receive
    public function getPostReceiveHookActions()
    {
        return $this->getArray('post_receive', 'hook_actions', [], false);
    }