Documentation

PhpModule extends Rule
in package

Ist ein Modul vorhanden

Prüfen ob ein PHP-Modul eingebunden und verfügbar ist.

Tags
category

Framework

author

schukai GmbH [email protected]

license

http://alvine.io/license/ Licence

link

Alvine

since
20130309

Table of Contents

Properties

$name  : string

Methods

__construct()  : mixed
Erstellt eine neue Regel, die Einstellungen in der php.ini prüft.
check()  : void
Prüffunktion

Properties

Methods

__construct()

Erstellt eine neue Regel, die Einstellungen in der php.ini prüft.

public __construct(string $name) : mixed
Parameters
$name : string

Name des Moduls

check()

Prüffunktion

public check() : void

Prüffunktion, ob die Abhängigkeit erfüllt ist.

Tags
throws
DependencyException

Fehlende Abhängigkeit

Return values
void

        
On this page

Search results