The Yaf_Config_Abstract class
Introduction
(Yaf >=1.0.0)
Class synopsis
abstract Yaf_Config_Abstract {
/* Properties */
protected $_config ;
protected $_readonly ;
/* Methods */
abstract public get ( string $name , mixed $value ) : mixed
abstract public readonly ( ) : bool
abstract public set ( ) : Yaf_Config_Abstract
abstract public toArray ( ) : array}
Properties
- _config
- _readonly
Table of Contents
- Yaf_Config_Abstract::get — Getter
- Yaf_Config_Abstract::readonly — Find a config whether readonly
- Yaf_Config_Abstract::set — Setter
- Yaf_Config_Abstract::toArray — Cast to array
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.yaf-config-abstract.php