[ $this, 'render' ] ], $args ); parent::__construct( $block_type, $args ); } /** * Render * * @param string $value [description] * @return string [description] */ // public function render( array $attributes ) { // return 'Abstract Block'; // } }