Documentation

Version extends Rule
in package

Versionspürfung

Prüft die Version gegen eine andere Version

Tags
category

Framework

author

schukai GmbH [email protected]

license

http://alvine.io/license/ Licence

link

Alvine

since
20140704

Table of Contents

Properties

$installedVersion  : string
$requiredVersion  : string

Methods

__construct()  : mixed
Neues Objekt
check()  : void
Prüffunktion

Properties

$installedVersion

protected string $installedVersion = null

aktuelle Version

$requiredVersion

protected string $requiredVersion = null

benötigte PHP-Version

Methods

__construct()

Neues Objekt

public __construct(mixed $requiredVersion, mixed $installedVersion) : mixed
Parameters
$requiredVersion : mixed
$installedVersion : mixed

check()

Prüffunktion

public check() : void

Prüffunktion, ob die Regel erfüllt ist

Tags
throws
FrameworkException

zu kleine PHP-Version

Return values
void

        
On this page

Search results