parent root
PHP: Yaf_Config_Abstract - Manual
PHP 7.2.23 Release Announcement

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

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root