Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

_findProfileDirectory(
$projectDirectory
=
null, $searchParentDirectories
=
true
)
:
void
Name | Type | Description |
---|---|---|
$projectDirectory | ||
$searchParentDirectories |

_getContentForContext(
$context, $methodName, $parameters
)
:
void
Name | Type | Description |
---|---|---|
$context | ||
$methodName | ||
$parameters |

_getProfile(
$loadProfileFlag
=
self::NO_PROFILE_THROW_EXCEPTION
)
:
\Zend_Tool_Project_Profile
Return the currently loaded profile
Name | Type | Description |
---|---|---|
$loadProfileFlag |
Type | Description |
---|---|
\Zend_Tool_Project_Profile |

_hasProjectProviderDirectory(
$pathToProfileFile
)
:
void
Name | Type | Description |
---|---|---|
$pathToProfileFile |

_loadContextClassesIntoRegistry(
array $contextClasses
)
:
void
_loadContextClassesIntoRegistry() - This is called by the constructor so that child providers can provide a list of contexts to load into the context repository
Name | Type | Description |
---|---|---|
$contextClasses | array |

_loadProfile(
bool $loadProfileFlag
=
self::NO_PROFILE_THROW_EXCEPTION, string $projectDirectory
=
null, bool $searchParentDirectories
=
true
)
:
\Zend_Tool_Project_Profile
_getProject is designed to find if there is project file in the context of where the client has been called from.. The search order is as follows..
Name | Type | Description |
---|---|---|
$loadProfileFlag | bool | Whether or not to throw an exception when no profile is found |
$projectDirectory | string | The project directory to use to search |
$searchParentDirectories | bool | Whether or not to search upper level direcotries |
Type | Description |
---|---|
\Zend_Tool_Project_Profile |

_loadProfileRequired(
)
:
\Zend_Tool_Project_Profile
Load the project profile from the current working directory, if not throw exception
Type | Description |
---|---|
\Zend_Tool_Project_Profile |