The Yaf_Config_Abstract class

(Yaf >=1.0.0)

Introduction

Class synopsis

abstract Yaf_Config_Abstract {
/* Properties */
protected _config ;
protected _readonly ;
/* Methods */
abstract public get ( string $name , mixed $value ) : mixed
abstract public readonly ( void ) : bool
abstract public set ( void ) : Yaf_Config_Abstract
abstract public toArray ( void ) : array
}

Properties

_config

_readonly

Table of Contents