\Google\Photos\TypesSharedAlbumOptions

Options that control the sharing of an album.

Generated from protobuf message google.photos.types.SharedAlbumOptions

Summary

Methods
Properties
Constants
__construct()
getIsCollaborative()
setIsCollaborative()
getIsCommentable()
setIsCommentable()
No public properties found
No constants found
No protected methods found
$is_collaborative
$is_commentable
N/A
No private methods found
No private properties found
N/A

Properties

$is_collaborative

$is_collaborative : 

True if the shared album allows collaborators (users who have joined the album) to add media items to it. Defaults to false.

Generated from protobuf field bool is_collaborative = 1;

Type

$is_commentable

$is_commentable : 

True if the shared album allows collaborators (users who have joined the album) to add comments to the album. Defaults to false.

Generated from protobuf field bool is_commentable = 2;

Type

Methods

__construct()

__construct(array  $data = NULL) 

Constructor.

Parameters

array $data

{ Optional. Data for populating the Message object.

@type bool $is_collaborative
      True if the shared album allows collaborators (users who have joined
      the album) to add media items to it. Defaults to false.
@type bool $is_commentable
      True if the shared album allows collaborators (users who have joined the
      album) to add comments to the album. Defaults to false.

}

Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/jfschmakeit/Downloads/phpDocumentor (2).phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/jfschmakeit/Downloads/phpDocumentor (2).phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275

getIsCollaborative()

getIsCollaborative() : boolean

True if the shared album allows collaborators (users who have joined the album) to add media items to it. Defaults to false.

Generated from protobuf field bool is_collaborative = 1;

Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/jfschmakeit/Downloads/phpDocumentor (2).phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/jfschmakeit/Downloads/phpDocumentor (2).phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275

Returns

boolean

setIsCollaborative()

setIsCollaborative(boolean  $var) : $this

True if the shared album allows collaborators (users who have joined the album) to add media items to it. Defaults to false.

Generated from protobuf field bool is_collaborative = 1;

Parameters

boolean $var
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/jfschmakeit/Downloads/phpDocumentor (2).phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/jfschmakeit/Downloads/phpDocumentor (2).phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275

Returns

$this

getIsCommentable()

getIsCommentable() : boolean

True if the shared album allows collaborators (users who have joined the album) to add comments to the album. Defaults to false.

Generated from protobuf field bool is_commentable = 2;

Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/jfschmakeit/Downloads/phpDocumentor (2).phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/jfschmakeit/Downloads/phpDocumentor (2).phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275

Returns

boolean

setIsCommentable()

setIsCommentable(boolean  $var) : $this

True if the shared album allows collaborators (users who have joined the album) to add comments to the album. Defaults to false.

Generated from protobuf field bool is_commentable = 2;

Parameters

boolean $var
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/jfschmakeit/Downloads/phpDocumentor (2).phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/jfschmakeit/Downloads/phpDocumentor (2).phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275

Returns

$this