Просмотр исходного кода

ZF-11350
Zend_Tool
Added missing require_once statements for parent classes


git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24027 44c647ce-9c0f-0410-b52a-842ac1e357ba

adamlundrigan 14 лет назад
Родитель
Сommit
264a43027b

+ 5 - 0
library/Zend/Tool/Project/Context/Zf/AbstractClassFile.php

@@ -21,6 +21,11 @@
  */
 
 /**
+ * Zend_Tool_Project_Context_Filesystem_File
+ */
+require_once 'Zend/Tool/Project/Context/Filesystem/File.php';
+
+/**
  * This class is the front most class for utilizing Zend_Tool_Project
  *
  * A profile is a hierarchical set of resources that keep track of

+ 5 - 0
library/Zend/Tool/Project/Context/Zf/ModelFile.php

@@ -21,6 +21,11 @@
  */
 
 /**
+ * Zend_Tool_Project_Context_Zf_AbstractClassFile
+ */
+require_once 'Zend/Tool/Project/Context/Zf/AbstractClassFile.php';
+
+/**
  * This class is the front most class for utilizing Zend_Tool_Project
  *
  * A profile is a hierarchical set of resources that keep track of