Ejemplo n.º 1
0
 public function putProfileInfo(Model\Server\ServerInterface $server, Model\Entity\ProfileInfoInterface $profileInfo)
 {
     return ServerHelper::tryAllServers($server, array($this, 'putProfileInfoInternal'), array($profileInfo));
 }
Ejemplo n.º 2
0
 public function postPost(Model\Server\ServerInterface $server, $type, $permissions = NULL, $licenses = NULL, $content = NULL, $attachmentFile = NULL)
 {
     return ServerHelper::tryAllServers($server, array($this, 'postPostInternal'), array($type, $permissions, $licenses, $content, $attachmentFile));
 }
Ejemplo n.º 3
0
 public function putApps(Model\Server\ServerInterface $server, Model\App\ClientAppInterface $clientApp)
 {
     return ServerHelper::tryAllServers($server, array($this, 'putAppsInternal'), array($clientApp));
 }