findAll() 공개 메소드

Returns all deployed applications.
또한 보기: ServiceInterface::findAll()
public findAll ( ) : array
리턴 array All deployed applications
예제 #1
0
 /**
  * Test if the findAll() method returns the correct number of elements.
  *
  * @return null
  */
 public function testFindAll()
 {
     $this->assertCount(4, $this->appService->findAll());
 }