PhpGitHooks\Module\Configuration\Tests\Stub\PrePushStub::create PHP Method

create() public static method

public static create ( PhpGitHooks\Module\Configuration\Domain\Undefined $undefined, PhpGitHooks\Module\Configuration\Domain\Enabled $enabled, PhpGitHooks\Module\Configuration\Model\ExecuteInterface $execute, Messages $messages ) : PrePush
$undefined PhpGitHooks\Module\Configuration\Domain\Undefined
$enabled PhpGitHooks\Module\Configuration\Domain\Enabled
$execute PhpGitHooks\Module\Configuration\Model\ExecuteInterface
$messages PhpGitHooks\Module\Configuration\Domain\Messages
return PhpGitHooks\Module\Configuration\Domain\PrePush
    public static function create(Undefined $undefined, Enabled $enabled, ExecuteInterface $execute, Messages $messages)
    {
        return new PrePush($undefined, $enabled, $execute, $messages);
    }