setCheckPermissions($checkPermissions); } /** * @param bool $checkPermissions * @return Action\Address\Save */ public static function save($checkPermissions = TRUE) { return (new Action\Address\Save(__CLASS__, __FUNCTION__)) ->setCheckPermissions($checkPermissions); } /** * @param bool $checkPermissions * @return Action\Address\Update */ public static function update($checkPermissions = TRUE) { return (new Action\Address\Update(__CLASS__, __FUNCTION__)) ->setCheckPermissions($checkPermissions); } }