Lot::type()
Set or get response type.
Lot::type(void);
Lot::type(string $type, array $lot = []);
Example:
// Set
Lot::type('text/plain');
// Get
echo Lot::type();
Lot::type()
Set or get response type.
Lot::type(void);
Lot::type(string $type, array $lot = []);
Example:
// Set
Lot::type('text/plain');
// Get
echo Lot::type();
0 Comments
No comments yet.