Bart\GitHook\GitHookConfig::getPreReceiveHookActions PHP Method

getPreReceiveHookActions() public method

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