Source for file Layout.php
Documentation is available at Layout.php
* Classe de base des layout, Lier aux fichier de configuration
* @copyright 2009, Boreal - Information Strategies
* @license http://www.geoprisma.org/license BSD License
* @link http://www.geoprisma.org
* Classe de base des layout, Lier aux fichier de configuration
private $m_strName =
null;
private $m_strFile =
null;
private $m_strDrawMode =
null;
* Construit un instance de org_geoprisma_service_Service
* @param string $pstrName Layout name
* @param string $pstrFile Layout path
* @param string $pstrDrawMode Layout draw mode
* @return org_geoprisma_service_Service
public function __construct($pstrName, $pstrFile, $pstrDrawMode)
com_borealis_foundation_util_Assert::assertIsNotEmptyString($pstrName);
com_borealis_foundation_util_Assert::assertIsNotEmptyString($pstrFile);
com_borealis_foundation_util_Assert::assertIsNotEmptyString($pstrDrawMode);
$this->m_strName =
$pstrName;
$this->m_strFile =
$pstrFile;
$this->m_strDrawMode =
$pstrDrawMode;
return $this->m_strDrawMode;
Documentation generated on Thu, 19 Jan 2012 00:08:37 +0400 by phpDocumentor 1.4.1