/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Mirror
NameSizeModeActions
Resource/-0755rm
Account.php17940644editdlrm
Attachment.php14130644editdlrm
AttachmentsListResponse.php12080644editdlrm
AuthToken.php9810644editdlrm
Command.php8020644editdlrm
Contact.php30350644editdlrm
ContactsListResponse.php11960644editdlrm
Location.php19790644editdlrm
LocationsListResponse.php12000644editdlrm
MenuItem.php20800644editdlrm
MenuValue.php11650644editdlrm
Notification.php19940644editdlrm
NotificationConfig.php10180644editdlrm
Setting.php10790644editdlrm
Subscription.php25040644editdlrm
SubscriptionsListResponse.php12160644editdlrm
TimelineItem.php64940644editdlrm
TimelineListResponse.php14160644editdlrm
UserAction.php9680644editdlrm
UserData.php9450644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Mirror/MenuItem.php (2080B)
"contextual_command", ); public $action; public $contextualCommand; public $id; public $payload; public $removeWhenSelected; protected $valuesType = 'Google_Service_Mirror_MenuValue'; protected $valuesDataType = 'array'; public function setAction($action) { $this->action = $action; } public function getAction() { return $this->action; } public function setContextualCommand($contextualCommand) { $this->contextualCommand = $contextualCommand; } public function getContextualCommand() { return $this->contextualCommand; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } public function setRemoveWhenSelected($removeWhenSelected) { $this->removeWhenSelected = $removeWhenSelected; } public function getRemoveWhenSelected() { return $this->removeWhenSelected; } /** * @param Google_Service_Mirror_MenuValue */ public function setValues($values) { $this->values = $values; } /** * @return Google_Service_Mirror_MenuValue */ public function getValues() { return $this->values; } }