Zend Framework  1.12
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Zend_Tool_Project_Context_Zf_ApplicationConfigFile Class Reference

Public Member Functions

 getName ()
 getName()
 
 init ()
 init()
 
 getPersistentAttributes ()
 getPersistentAttributes()
 
 getContents ()
 getContents()
 
 getAsZendConfig ($section= 'production')
 
 addStringItem ($key, $value, $section= 'production', $quoteValue=true)
 addStringItem()
 
 addItem ($item, $section= 'production', $quoteValue=true)
 
 removeStringItem ($key, $section= 'production')
 
 removeItem ($item, $section= 'production')
 
- Public Member Functions inherited from Zend_Tool_Project_Context_Filesystem_File
 getName ()
 getName()
 
 init ()
 init()
 
 getPersistentAttributes ()
 getPersistentAttributes()
 
 setResource (Zend_Tool_Project_Profile_Resource $resource)
 setResource()
 
 getResource ()
 getResource()
 
 create ()
 create()
 
 delete ()
 delete()
 
 getContents ()
 getContents()
 
- Public Member Functions inherited from Zend_Tool_Project_Context_Filesystem_Abstract
 init ()
 init()
 
 setResource (Zend_Tool_Project_Profile_Resource $resource)
 setResource()
 
 setBaseDirectory ($baseDirectory)
 setBaseDirectory()
 
 getBaseDirectory ()
 getBaseDirectory()
 
 setFilesystemName ($filesystemName)
 setFilesystemName()
 
 getFilesystemName ()
 getFilesystemName()
 
 getPath ()
 getPath()
 
 exists ()
 exists()
 
 create ()
 create()
 
 delete ()
 delete()
 

Protected Member Functions

 _getDefaultContents ()
 
- Protected Member Functions inherited from Zend_Tool_Project_Context_Filesystem_File
 _initFileOnlyContext ()
 

Protected Attributes

 $_filesystemName = 'application.ini'
 
 $_content = null
 
- Protected Attributes inherited from Zend_Tool_Project_Context_Filesystem_File
 $_fileOnlyContext = null
 
 $_filesystemName = null
 
 $_content = null
 
- Protected Attributes inherited from Zend_Tool_Project_Context_Filesystem_Abstract
 $_resource = null
 
 $_baseDirectory = null
 
 $_filesystemName = null
 

Member Function Documentation

_getDefaultContents ( )
protected
addItem (   $item,
  $section = 'production',
  $quoteValue = true 
)
Parameters
array$item
string$section
bool$quoteValue
Returns
Zend_Tool_Project_Context_Zf_ApplicationConfigFile
addStringItem (   $key,
  $value,
  $section = 'production',
  $quoteValue = true 
)

addStringItem()

Parameters
string$key
string$value
string$section
bool$quoteValue
Returns
Zend_Tool_Project_Context_Zf_ApplicationConfigFile
getAsZendConfig (   $section = 'production')
getContents ( )

getContents()

Returns
string
getName ( )
getPersistentAttributes ( )
init ( )
removeItem (   $item,
  $section = 'production' 
)
removeStringItem (   $key,
  $section = 'production' 
)

Member Data Documentation

$_content = null
protected
$_filesystemName = 'application.ini'
protected