PHP Interface Sulu\Bundle\ContactBundle\Contact\CustomerManagerInterface

ファイルを表示 Open project: sulu/sulu

Public Methods

Method Description
findByIds ( array $ids ) : array Returns accounts and contact in a single array.

Method Details

findByIds() public method

Example: $ids = ['c5','a2','c2'] Returns: [ ['id' => 'c5', 'name' => 'Max Mustermann'], ['id' => 'a2', 'name' => 'MASSIVE ART WebServices GmbH'], ['id' => 'c2', 'name' => 'Erika Mustermann'] ]
public findByIds ( array $ids ) : array
$ids array
return array