Store whether or not a library is runnable

namespaces
Svein-Tore Griff With 2013-01-17 23:21:10 +01:00
parent 72d6075190
commit a5e031d81f
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ class h5pValidator {
'minorVersion' => '/^[0-9]{1,5}$/',
'patchVersion' => '/^[0-9]{1,5}$/',
'machineName' => '/^[\w0-9\-\.]{1,255}$/i',
'runable' => '/^(0|1)$/'
);
private $libraryOptional = array(