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 ActionController

Manage actions that are available for reactions

DashboardController
Extended by ActionController
Package: Yaga
Copyright: (c) 2013-2014, Zachary Doll
Since: 1.0
Located at controllers/class.actioncontroller.php
Methods summary
public
# Initialize( )

Make this look like a dashboard page and add the resources

Make this look like a dashboard page and add the resources

Since

1.0
public
# Settings( integer $Page = '' )

Manage the available actions for reactions

Manage the available actions for reactions

Parameters

$Page
integer
$Page
public
# Edit( integer $ActionID = NULL )

Edit an existing action or add a new one

Edit an existing action or add a new one

Parameters

$ActionID
integer
$ActionID
public
# Add( )

Convenience function for nice URLs

Convenience function for nice URLs

public
# Delete( integer $ActionID )

Remove the action via model.

Remove the action via model.

Parameters

$ActionID
integer
$ActionID

Throws

NotFoundException
public
# Sort( )

This takes in a sort array and updates the action sort order.

This takes in a sort array and updates the action sort order.

Renders the Save tree and/or the Result of the sort update.

Properties summary
public array $Uses array('Form', 'ActionModel')
#

These objects will be created on instantiation and available via $this->ObjectName

These objects will be created on instantiation and available via $this->ObjectName

Yaga API documentation generated by ApiGen 2.8.0