setUserPrivilege() 공개 메소드

Set the UserPrivilege bit-mask.
public setUserPrivilege ( integer $userPrivilege )
$userPrivilege integer
예제 #1
0
 function it_should_be_constructed_with_a_DialInData_object()
 {
     $did = new DialInData();
     $did->setUserPrivilege(9);
     $this->beConstructedWith($did);
     $this->getDialInData()->shouldEqual($did);
     $this->getTSPropertyArray()->shouldBeNull();
 }