D::x PHP Method

x() public method

public x ( )
    function x()
    {
        $this[] = $this[4];
    }

Usage Example

示例#1
0
 public function x()
 {
     return $this->d->x();
 }