Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
RedUNIT
Blackhole
Fusebox
PHP Class RedUNIT\Blackhole\Fusebox
Tests whether we can convert a bean to a model and a model to a bean. This process is called boxing and unboxing.
Author:
Gabor de Mooij and the RedBeanPHP Community
Inheritance:
extends
RedUNIT\Blackhole
Mostra file
Open project: gabordemooij/redbean
Public Methods
Method
Description
testBasicBox
( ) :
void
Test boxing.
Private Methods
Method
Description
giveMeBean
(
RedBeanPHP\OODBBean
$bean
)
Test unboxing
giveMeSoup
(
Model_Soup
$soup
)
Test type hinting with boxed model
Method Details
testBasicBox()
public
method
Test boxing.
public
testBasicBox
( ) :
void
return
void