C# Class Pchp.Core.Dynamic.AccessFlagsExtensions

Show file Open project: iolevel/peachpie

Public Methods

Method Description
EnsureAlias ( this flags ) : bool
EnsureArray ( this flags ) : bool
EnsureObject ( this flags ) : bool
Isset ( this flags ) : bool
Quiet ( this flags ) : bool
Unset ( this flags ) : bool
Write ( this flags ) : bool
WriteAlias ( this flags ) : bool

Method Details

EnsureAlias() public static method

public static EnsureAlias ( this flags ) : bool
flags this
return bool

EnsureArray() public static method

public static EnsureArray ( this flags ) : bool
flags this
return bool

EnsureObject() public static method

public static EnsureObject ( this flags ) : bool
flags this
return bool

Isset() public static method

public static Isset ( this flags ) : bool
flags this
return bool

Quiet() public static method

public static Quiet ( this flags ) : bool
flags this
return bool

Unset() public static method

public static Unset ( this flags ) : bool
flags this
return bool

Write() public static method

public static Write ( this flags ) : bool
flags this
return bool

WriteAlias() public static method

public static WriteAlias ( this flags ) : bool
flags this
return bool