PHP 8.3.4 Released!

The Yaf_Config_Abstract class

(Yaf >=1.0.0)

Introduction

Class synopsis

abstract class 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

add a note

User Contributed Notes

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