PhpDeal\Functional\Verify\Stub::sub PHP 메소드

sub() 공개 메소드

Method with many contracts
public sub ( integer $value ) : boolean
$value integer
리턴 boolean
    public function sub($value)
    {
        return true;
    }