* @link https://webappick.com * @license https://opensource.org/licenses/gpl-license.php GNU Public License * @category MyCategory */ class Attributes { /** * @return void */ public static function getAttributes( ) { } /** * @return void */ public static function saveAttributes( ) { } /** * @return void */ public static function updateAttributes( ) { } }