ZendDbSchema
Schema management for Zend Framework
 All Classes Namespaces Functions Pages
File.php
1 <?php
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 }