Fenos\Notifynder\Artisan\DeleteCategory::isIntegerValue PHP Method

isIntegerValue() public method

public isIntegerValue ( $identifier )
    public function isIntegerValue($identifier)
    {
        return preg_match('/[0-9]/', $identifier);
    }