$args
$args :\Barn2\Plugin\Posts_Table_Pro\Table_Args
Factory class to get the posts table data object for a given column.
$args :\Barn2\Plugin\Posts_Table_Pro\Table_Args
__construct(\Barn2\Plugin\Posts_Table_Pro\Table_Args $args)
\Barn2\Plugin\Posts_Table_Pro\Table_Args | $args |
create(string $column,\WP_Post $post): \Barn2\PTP_Lib\Table\Table_Data_Interface
Creates the data object for the given column.
string | $column | The column the create the data object for. |
\WP_Post | $post | The post to retrieve data from. |
The data object.