@@ -20,29 +20,6 @@
*/
class GravatarTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new GravatarTrigger();
}

return self::$instance;
}

/**
* After-read processing
@@ -20,29 +20,6 @@
*/
class IFrameTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new IFrameTrigger();
}

return self::$instance;
}

/**
* After-read processing
@@ -20,29 +20,6 @@
*/
class ItemurlTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new ItemurlTrigger();
}

return self::$instance;
}

/**
* After-read processing
@@ -19,29 +19,6 @@
*/
class ItemUserPermissionsTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new ItemUserPermissionsTrigger();
}

return self::$instance;
}

/**
* After-read processing
@@ -19,29 +19,6 @@
*/
class LanguageTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new LanguageTrigger();
}

return self::$instance;
}

/**
* Pre-create processing
@@ -18,29 +18,6 @@
*/
class ListsTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new ListsTrigger();
}

return self::$instance;
}

/**
* Before-read processing
@@ -19,30 +19,6 @@
*/
class LogonTrigger extends Trigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new LogonTrigger();
}

return self::$instance;
}

/**
* Before Authenticating the Logon Process
*
@@ -19,29 +19,6 @@
*/
class LogoutTrigger extends Trigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new LogoutTrigger();
}

return self::$instance;
}

/**
* Before Authenticating the Logout Process
@@ -19,29 +19,6 @@
*/
class MetadataTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new MetadataTrigger();
}

return self::$instance;
}

/**
* Pre-create processing
@@ -19,14 +19,6 @@
*/
class MustacheTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* Parameters passed in by Controller when class instantiated
*
@@ -55,22 +47,6 @@ class MustacheTrigger extends ContentTrigger
*/
protected $rows = 0;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new MustacheTrigger();
}

return self::$instance;
}

/**
* Rendered results from Views can be further processed
*
@@ -19,29 +19,7 @@
*/
class PaginationTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new PaginationTrigger();
}

return self::$instance;
}

/**
* Post-read processing
@@ -19,28 +19,6 @@
*/
class PasswordTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new PasswordTrigger();
}

return self::$instance;
}

}
@@ -20,30 +20,6 @@
*/
class PublishedstatusTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new PublishedstatusTrigger();
}

return self::$instance;
}

/**
* Pre-read processing
*
@@ -20,30 +20,6 @@
*/
class PullquoteTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new PullquoteTrigger();
}

return self::$instance;
}

/**
* After-read processing
*
@@ -21,29 +21,6 @@
*/
class ReadmoreTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new ReadmoreTrigger();
}

return self::$instance;
}

/**
* After-read processing
@@ -18,29 +18,6 @@
*/
class RownumberTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new RownumberTrigger();
}

return self::$instance;
}

/**
* Before the Query results are injected into the View
@@ -19,27 +19,5 @@
*/
class SitesTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new SitesTrigger();
}

return self::$instance;
}
}
@@ -18,29 +18,6 @@
*/
class SmiliesTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new SmiliesTrigger();
}

return self::$instance;
}

/**
* After-read processing
@@ -20,29 +20,6 @@
*/
class SnippetTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new SnippetTrigger();
}

return self::$instance;
}

/**
* After-read processing
@@ -19,27 +19,5 @@
*/
class StatusFieldsTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new StatusFieldsTrigger();
}

return self::$instance;
}
}
@@ -19,29 +19,6 @@
*/
class Trigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new Trigger();
}

return self::$instance;
}

/**
* Pre-create processing
@@ -20,29 +20,6 @@
*/
class UseractivityTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new UseractivityTrigger();
}

return self::$instance;
}

/**
* onAfterRead
@@ -19,27 +19,5 @@
*/
class UserfieldsTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new UserfieldsTrigger();
}

return self::$instance;
}
}
@@ -19,29 +19,6 @@
*/
class UsernameTrigger extends ContentTrigger
{
/**
* Static instance
*
* @var object
* @since 1.0
*/
protected static $instance;

/**
* getInstance
*
* @static
* @return bool|object
* @since 1.0
*/
public static function getInstance()
{
if (empty(self::$instance)) {
self::$instance = new UsernameTrigger();
}

return self::$instance;
}

/**
* Pre-create processing