code/libraries/koowa/command/context.php
- category
- Koowa
- copyright
- Copyright (C) 2007 - 2010 Johan Janssens. All rights reserved.
- license
- GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
- link
- http://www.nooku.org
- package
- Koowa_Command
- version
- $Id: interface.php 1366 2009-11-28 01:34:00Z johan $
- Classes
- KCommandContext
Description
KCommandContext
- Extends from
- KConfig
- author
- Johan Janssens <[email protected]>
- category
- Koowa
- package
- Koowa_Command
- Properties
- $_error
- Methods
- setError
- getError
Description
Command Context
Properties
$_error
string $_error = ''Error
Details
- $_error
- string
- visibility
- protected
- default
- final
- false
- static
- false
Methods
getError
getError(
)
:
stringGet the error
Output
- string
- The error
Details
- visibility
- public
- final
- false
- static
- false
setError
setError(
$error
)
:
KCommandContextSet the error
Arguments
- $error
Output
Details
- visibility
- public
- final
- false
- static
- false