| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/abstract-presenter.php.tar |
home/xbodynamge/lebauwcentre/wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php 0000644 00000000571 15114011432 0030201 0 ustar 00 <?php
namespace Yoast\WP\SEO\Presenters;
/**
* Abstract_Presenter class.
*/
abstract class Abstract_Presenter {
/**
* Returns the output as string.
*
* @return string The output.
*/
abstract public function present();
/**
* Returns the output as string.
*
* @return string The output.
*/
public function __toString() {
return $this->present();
}
}
home/xbodynamge/www/wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php 0000644 00000000571 15114306105 0026351 0 ustar 00 <?php
namespace Yoast\WP\SEO\Presenters;
/**
* Abstract_Presenter class.
*/
abstract class Abstract_Presenter {
/**
* Returns the output as string.
*
* @return string The output.
*/
abstract public function present();
/**
* Returns the output as string.
*
* @return string The output.
*/
public function __toString() {
return $this->present();
}
}
home/xbodynamge/namtation/wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php 0000644 00000000571 15114450173 0027524 0 ustar 00 <?php
namespace Yoast\WP\SEO\Presenters;
/**
* Abstract_Presenter class.
*/
abstract class Abstract_Presenter {
/**
* Returns the output as string.
*
* @return string The output.
*/
abstract public function present();
/**
* Returns the output as string.
*
* @return string The output.
*/
public function __toString() {
return $this->present();
}
}