clsVisiblity
in package
This class is used for cls visibility.
Table of Contents
- $maxn : mixed
- This is the maxn.
- $va : mixed
- This is the va.
- $vt : mixed
- This is the vt.
- __construct() : mixed
- It is the magic function that has been used to set values of the property.
- array2NOTVisiblity() : array<string|int, mixed>
- It is the m,agic function that has been used to convert array into not visibility.
- array2Visiblity() : array<string|int, mixed>
- It is the m,agic function that has been used to convert array into visibility.
- isVisible() : array<string|int, mixed>
- It is the m,agic function that has been used to check is visible.
- visiblity2array() : array<string|int, mixed>
- It is the m,agic function that has been used to set values of the property.
Properties
$maxn
This is the maxn.
public
mixed
$maxn
= 0
is the maxn.
$va
This is the va.
public
mixed
$va
= \false
is the va.
$vt
This is the vt.
public
mixed
$vt
= 0
is the vt.
Methods
__construct()
It is the magic function that has been used to set values of the property.
public
__construct() : mixed
Return values
mixed —array2NOTVisiblity()
It is the m,agic function that has been used to convert array into not visibility.
public
array2NOTVisiblity(array<string|int, mixed> $vdata[, string $content_type = 'f' ][, string $visiblity = '1' ]) : array<string|int, mixed>
Parameters
- $vdata : array<string|int, mixed>
-
is the vdata.
- $content_type : string = 'f'
-
is the content_type.
- $visiblity : string = '1'
-
is the visiblity.
Return values
array<string|int, mixed> —as overall response of the function.
array2Visiblity()
It is the m,agic function that has been used to convert array into visibility.
public
array2Visiblity(array<string|int, mixed> $vdata) : array<string|int, mixed>
Parameters
- $vdata : array<string|int, mixed>
-
is the vdata.
Return values
array<string|int, mixed> —as overall response of the function.
isVisible()
It is the m,agic function that has been used to check is visible.
public
isVisible(array<string|int, mixed> $vdata[, string $vtype = '' ]) : array<string|int, mixed>
Parameters
- $vdata : array<string|int, mixed>
-
is the vdata.
- $vtype : string = ''
-
is the vtype.
Return values
array<string|int, mixed> —as overall response of the function.
visiblity2array()
It is the m,agic function that has been used to set values of the property.
public
visiblity2array(array<string|int, mixed> $visiblity) : array<string|int, mixed>
Parameters
- $visiblity : array<string|int, mixed>
-
is the visibility.
Return values
array<string|int, mixed> —as overall response of the function.