ZendDbSchema
Schema management for Zend Framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Pages
File.php
1
<?php
29
class
ZendDbSchema_Tool_Project_Context_Schema_File
30
extends
Zend_Tool_Project_Context_Filesystem_File
31
{
37
public
function
getName
()
38
{
39
return
'schemaFile'
;
40
}
41
45
public
function
getContents
()
46
{
47
return
$this->_resource->getAttribute(
'fileContents'
);
48
}
49
}
Tool
Project
Context
Schema
File.php
Generated on Fri May 25 2012 13:46:45 for ZendDbSchema by
1.8.1