Overview

Packages

  • None
  • Yaga

Classes

  • ActedModel
  • ActionController
  • ActionModel
  • AwardCombo
  • BadgeAwardModel
  • BadgeController
  • BadgeModel
  • BadgesController
  • BadgesModule
  • BestController
  • BestFilterModule
  • CakeDayPost
  • CommentCount
  • CommentMarathon
  • DiscussionBodyLength
  • DiscussionCategory
  • DiscussionCount
  • DiscussionPageCount
  • HasMentioned
  • HolidayVisit
  • LeaderBoardModule
  • LengthOfService
  • ManualAward
  • NecroPost
  • NewbieComment
  • PhotoExists
  • PostCount
  • PostReactions
  • QnAAnserCount
  • RankController
  • RankModel
  • ReactController
  • ReactionCount
  • ReactionModel
  • ReflexComment
  • RulesController
  • SocialConnection
  • Yaga
  • YagaController
  • YagaHooks

Interfaces

  • YagaRule
  • Overview
  • Package
  • Class
  • Tree
  • Todo
  • Download

Class Yaga

This contains static functions to get models and objects related to Yaga

Package: Yaga
Since: 1.0
Located at library/class.yaga.php
Methods summary
public static ActionModel
# ActionModel( )

Get a reference to the action model

Get a reference to the action model

Returns

ActionModel
public static ReactionModel
# ReactionModel( )

Get a reference to the reaction model

Get a reference to the reaction model

Returns

ReactionModel
public static BadgeModel
# BadgeModel( )

Get a reference to the badge model

Get a reference to the badge model

Returns

BadgeModel
public static BadgeAwardModel
# BadgeAwardModel( )

Get a reference to the badge award model

Get a reference to the badge award model

Returns

BadgeAwardModel
public static RankModel
# RankModel( )

Get a reference to the rank model

Get a reference to the rank model

Returns

RankModel
Properties summary
protected static ActionModel $_ActionModel NULL
#

A single copy of ActionModel available to plugins and hooks files.

A single copy of ActionModel available to plugins and hooks files.

protected static ReactionModel $_ReactionModel NULL
#

A single copy of ReactionModel available to plugins and hooks files.

A single copy of ReactionModel available to plugins and hooks files.

protected static BadgeModel $_BadgeModel NULL
#

A single copy of BadgeModel available to plugins and hooks files.

A single copy of BadgeModel available to plugins and hooks files.

protected static RankModel $_RankModel NULL
#

A single copy of RankModel available to plugins and hooks files.

A single copy of RankModel available to plugins and hooks files.

protected static BadgeAwardModel $_BadgeAwardModel NULL
#

A single copy of BadgeAwardModel available to plugins and hooks files.

A single copy of BadgeAwardModel available to plugins and hooks files.

Yaga API documentation generated by ApiGen 2.8.0