getProfile() 공개 메소드

public getProfile ( ) : object
리턴 object
예제 #1
0
 public function testGetProfile()
 {
     $this->assertEquals($this->user->getProfile(), $this->user_data['profile']);
 }