XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
XCube_IntProperty Class Reference

Represents int property. More...

Inheritance diagram for XCube_IntProperty:
XCube_AbstractProperty XCube_PropertyInterface

Public Member Functions

 set ($value)
 Sets $value as raw value to this property. And the value is casted by the property's type'.
 
- Public Member Functions inherited from XCube_AbstractProperty
 __construct ( $name)
 Constructor.
 
 get ( $index=null)
 Gets the value of this property.
 
 isArray ()
 Gets a value indicating whether this object expresses Array.
 
 isNull ()
 Gets a value indicating whether this object is null.
 
 toNumber ()
 Gets a value as integer.
 
 toString ()
 Gets a value as string.
 
 toHTML ()
 Gets a value as encoded HTML code.
 
 hasFetchControl ()
 Gets a value indicating whether this object has a fetch control.
 
- Public Member Functions inherited from XCube_PropertyInterface
 get ()
 [Abstract] Gets the value of this property.
 
 setValue ( $arg0=null, $arg1=null)
 
 getValue ( $arg0=null)
 
 fetch (&$form)
 

Additional Inherited Members

- Data Fields inherited from XCube_AbstractProperty
 $mName
 string
 
 $mValue
 string
 

Detailed Description

Represents int property.

Definition at line 461 of file XCube_Property.class.php.

Member Function Documentation

◆ set()

set ( $value)

Sets $value as raw value to this property. And the value is casted by the property's type'.

Parameters
mixed$value

Reimplemented from XCube_AbstractProperty.

Definition at line 462 of file XCube_Property.class.php.


The documentation for this class was generated from the following file: