This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
47 changed files
with
48 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
/** | ||
* Class arCalledClassCache | ||
* | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
/** | ||
* Class arFieldCache | ||
* | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
/** | ||
* Class arObjectCache | ||
* | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* | ||
* @author Fabian Schmid <[email protected]> | ||
* | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arJoin extends arStatement { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* Class arJoinCollection | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arJoinCollection extends arStatementCollection { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* | ||
* @author Fabian Schmid <[email protected]> | ||
* | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arLimit extends arStatement { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* Class arLimitCollection | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arLimitCollection extends arStatementCollection { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* | ||
* @author Fabian Schmid <[email protected]> | ||
* | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arOrder extends arStatement { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* Class arOrderCollection | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arOrderCollection extends arStatementCollection { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* | ||
* @author Fabian Schmid <[email protected]> | ||
* | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
abstract class arStatement { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* Class arStatementCollection | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
abstract class arStatementCollection { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* Class arWhere | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arWhere extends arStatement { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* Class arWhereCollection | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arWhereCollection extends arStatementCollection { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* | ||
* @description | ||
* | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
abstract class arConnector { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @author Timon Amstutz <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arConnectorDB extends arConnector { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @author Timon Amstutz <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arConnectorPdoDB extends arConnectorDB { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* Class arConnectorSession | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arConnectorSession extends arConnector { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* @author Fabian Schmid <[email protected]> | ||
* @author Timon Amstutz <[email protected]> | ||
* | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arException extends Exception { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* Class arFactory | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arFactory { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* Class arBuilder | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arBuilder { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* Class arConverter | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
* | ||
* | ||
* @description $arConverter = new arConverter('my_msql_table_name', 'arMyRecordClass'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ require_once('./Services/ActiveRecord/class.ActiveRecord.php'); | |
* Class {CLASS_NAME} | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class {CLASS_NAME} extends ActiveRecord { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* | ||
* @author Fabian Schmid <[email protected]> | ||
* | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arField { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* | ||
* @author Fabian Schmid <[email protected]> | ||
* | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arFieldList { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* | ||
* @author Fabian Schmid <[email protected]> | ||
* | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
abstract class arStorage extends ActiveRecord { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* | ||
* @author Fabian Schmid <[email protected]> | ||
* | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
interface arStorageInterface { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @description PHP Unit-Test for ILIAS ActiveRecord | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class ObjectCacheTest extends PHPUnit_Framework_TestCase { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* Class arUnitTestRecord | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arUnitTestRecord extends ActiveRecord { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* @description PHP Unit-Test for ILIAS ActiveRecord | ||
* | ||
* @author Oskar truffer <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class StackTest extends PHPUnit_Framework_TestCase { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* GUI-Class arDeleteGUI | ||
* | ||
* @author Timon Amstutz <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
* | ||
*/ | ||
class arDeleteGUI { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* GUI-Class arDisplayGUI | ||
* | ||
* @author Timon Amstutz <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
* | ||
*/ | ||
class arDisplayGUI { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* GUI-Class arEditGUI | ||
* | ||
* @author Timon Amstutz <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
* | ||
*/ | ||
class arEditGUI extends ilPropertyFormGUI { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* GUI-Class arIndexTableGUI | ||
* | ||
* @author Timon Amstutz <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
* | ||
*/ | ||
class arIndexTableGUI extends srModelObjectTableGUI { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
/** | ||
* @author Timon Amstutz <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
* | ||
*/ | ||
class arGUI { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* Class arConfig | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arConfig extends ActiveRecord { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* GUI-Class arConfigFormGUI | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
* | ||
*/ | ||
class arConfigFormGUI extends ilPropertyFormGUI { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* Class arMessage | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arMessage extends ActiveRecord { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* Class arMessageList | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arMessageList extends ActiveRecordList { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* Class arUser | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arUser extends ActiveRecord { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* Class arRealRecord | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arRealRecord extends ActiveRecord { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
* uses arStorage for dynamic DB usage | ||
* | ||
* @author Fabian Schmid <[email protected]> | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arStorageRecord implements arStorageInterface { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* | ||
* @author Fabian Schmid <[email protected]> | ||
* | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arStorageRecordGUI { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* | ||
* @author Fabian Schmid <[email protected]> | ||
* | ||
* @version 2.0.5 | ||
* @version 2.0.6 | ||
*/ | ||
class arStorageRecordStorage extends arStorage { | ||
|
||
|
Oops, something went wrong.