Server : LiteSpeed System : Linux server321.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : apotdzgr ( 7060) PHP Version : 8.0.30 Disable Function : NONE Directory : /home/apotdzgr/public_html/wp-content/plugins/mycryptocheckout/vendor/plainview/sdk/table/ |
Upload File : |
<?php namespace plainview\sdk_mcc\table; /** @brief Cell of type TD. @since 20130430 **/ class td extends cell { public $tag = 'td'; /** @brief Set the cells ID. @details This is to allow td to instead set the header, instead of the id. @since 2021-10-17 22:36:56 **/ public function construct_id( $id ) { $this->id = $id; $this->attribute( 'headers' )->set( $this->id ); } }