예제 #1
0
 function __construct($cn)
 {
     parent::__construct($cn);
     $this->operation->od_direct = 'f';
 }
예제 #2
0
 function Pre_Op_Advanced($cn)
 {
     parent::__construct($cn);
     $this->operation->od_direct = 't';
 }