From c283cd83b8c644e5dee86b35f5f649e4f21f9e4b Mon Sep 17 00:00:00 2001 From: Svein-Tore Griff With Date: Mon, 14 Jan 2013 23:47:50 +0100 Subject: [PATCH] Add comments to the code --- h5p.classes.php | 96 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 94 insertions(+), 2 deletions(-) diff --git a/h5p.classes.php b/h5p.classes.php index 6b82925..9bc80dd 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -1,15 +1,107 @@ '/^.{1,}$/k', ); - + // Schemas used to validate the library files private $libraryRequired = array( 'title' => '/^.{1,255}$/', 'majorVersion' => '/^[0-9]{1,5}$/',