Overview

Packages

  • Components
    • Actors
      • Controller
        • Behavior
        • Toolbar
      • Domain
        • Authorizer
        • Behavior
        • Entity
      • Template
        • Helper
      • View
    • Base
      • Controller
        • Behavior
        • Toolbar
      • Domain
        • Authorizer
        • Behavior
        • Entity
      • Template
        • Filter
        • Helper
      • View
    • Composer
      • Controller
      • Template
    • Medium
      • Controller
        • Behavior
        • Toolbar
      • Domain
        • Authorizer
        • Behavior
        • Entity
        • Validator
      • Filter
      • View
    • People
      • Controller
        • Validator
      • Domain
        • Entity
  • Libraries
    • Anahita
      • Domain
        • Attribute
        • Behavior
        • Description
        • Entity
        • Entityset
        • Exception
        • Property
        • Query
        • Relationship
        • Repository
        • Resource
        • Serializer
        • Space
        • Store
        • Validator
      • Filter
      • Helper
      • Loader
        • Adapter
      • Object
      • Service
        • Locator
    • Base
      • Controller
        • Behavior
        • Validator
      • Dispatcher
      • Domain
        • Authorizer
        • Behavior
        • Space
        • Store
      • Helper
      • Template
        • Filter
        • Helper
      • View
    • Koowa
      • Behavior
      • Command
      • Config
      • Controller
        • Behavior
        • Toolbar
      • Database
        • Adapter
        • Behavior
        • Filter
        • Query
        • Row
        • Rowset
        • Schema
        • Table
      • Date
      • Dispatcher
      • Event
        • Subscriber
      • Exception
      • Filter
      • Helper
        • Array
        • String
      • Http
      • Inflector
      • Loader
        • Adapter
      • Mixin
      • Model
      • Object
      • Request
      • Service
        • Identifier
        • Locator
      • Template
        • Filter
        • Helper
      • View
    • People
      • Helper
    • Themes
      • Filter
      • Helper
    • Users
      • Domain
        • Entity
  • Modules
    • Base
  • None
  • Plugins
    • Contentfilter
    • Profile
    • Storage

Classes

  • KCommand
  • KCommandChain
  • KCommandContext
  • KCommandEvent

Interfaces

  • KCommandInterface

Exceptions

  • KCommandException
  • Overview
  • Package
  • Class
  • Tree

Class KCommandContext

Command Context

KConfig implements KConfigInterface
Extended by KCommandContext
Package: Libraries\Koowa\Command
Copyright: Copyright (C) 2007 - 2012 Johan Janssens. All rights reserved.
License: GPLv3 <http://www.gnu.org/licenses/gpl.html>
Author: Johan Janssens <johan@nooku.org>
Located at koowa/command/context.php
Methods summary
public KCommandContext
# setError( $error )

Set the error

Set the error

Returns

KCommandContext
public string
# getError( )

Get the error

Get the error

Returns

string
The error
public object
# getSubject( )

Get the command subject

Get the command subject

Returns

object
The command subject
public KEvent
# setSubject( KObjectServiceable $subject )

Set the command subject

Set the command subject

Parameters

$subject
object
The command subject

Returns

KEvent
Methods inherited from KConfig
__clone(), __construct(), __get(), __isset(), __set(), __toString(), __unset(), append(), count(), get(), getIterator(), offsetExists(), offsetGet(), offsetSet(), offsetUnset(), toArray(), toJson(), unbox()
Properties summary
protected string $_error
#

Error

Error

protected object $_subject
#

The command subject

The command subject

Properties inherited from KConfig
$_data
Anahita Social Networking Framework API documentation generated by ApiGen 2.6.1