| 1 | <?php  | 
            ||
| 18 | class MoufConfiguration extends Configuration  | 
            ||
| 19 | { | 
            ||
| 20 | private $daoFactoryInstanceName = 'daoFactory';  | 
            ||
| 21 | |||
| 22 | /**  | 
            ||
| 23 | * @return string  | 
            ||
| 24 | */  | 
            ||
| 25 | public function getDaoFactoryInstanceName() : string  | 
            ||
| 29 | |||
| 30 | /**  | 
            ||
| 31 | * @param string $daoFactoryInstanceName  | 
            ||
| 32 | */  | 
            ||
| 33 | public function setDaoFactoryInstanceName(string $daoFactoryInstanceName)  | 
            ||
| 37 | }  | 
            ||
| 38 |