getProfile() публичный Метод

public getProfile ( ) : object
Результат object
Пример #1
0
 public function testGetProfile()
 {
     $this->assertEquals($this->user->getProfile(), $this->user_data['profile']);
 }