| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/indexable-extension.php.tar |
home/xbodynamge/www/wp-content/plugins/wordpress-seo/src/models/indexable-extension.php 0000644 00000001065 15114002421 0025570 0 ustar 00 <?php
namespace Yoast\WP\SEO\Models;
use Yoast\WP\Lib\Model;
/**
* Abstract class for indexable extensions.
*/
abstract class Indexable_Extension extends Model {
/**
* Holds the Indexable instance.
*
* @var Indexable
*/
protected $indexable = null;
/**
* Returns the indexable this extension belongs to.
*
* @return Indexable The indexable.
*/
public function indexable() {
if ( $this->indexable === null ) {
$this->indexable = $this->belongs_to( 'Indexable', 'indexable_id', 'id' )->find_one();
}
return $this->indexable;
}
}
home/xbodynamge/lebauwcentre/wp-content/plugins/wordpress-seo/src/models/indexable-extension.php 0000644 00000001065 15114314434 0027436 0 ustar 00 <?php
namespace Yoast\WP\SEO\Models;
use Yoast\WP\Lib\Model;
/**
* Abstract class for indexable extensions.
*/
abstract class Indexable_Extension extends Model {
/**
* Holds the Indexable instance.
*
* @var Indexable
*/
protected $indexable = null;
/**
* Returns the indexable this extension belongs to.
*
* @return Indexable The indexable.
*/
public function indexable() {
if ( $this->indexable === null ) {
$this->indexable = $this->belongs_to( 'Indexable', 'indexable_id', 'id' )->find_one();
}
return $this->indexable;
}
}
home/xbodynamge/crosstraining/wp-content/plugins/wordpress-seo/src/models/indexable-extension.php 0000644 00000001065 15114335714 0027647 0 ustar 00 <?php
namespace Yoast\WP\SEO\Models;
use Yoast\WP\Lib\Model;
/**
* Abstract class for indexable extensions.
*/
abstract class Indexable_Extension extends Model {
/**
* Holds the Indexable instance.
*
* @var Indexable
*/
protected $indexable = null;
/**
* Returns the indexable this extension belongs to.
*
* @return Indexable The indexable.
*/
public function indexable() {
if ( $this->indexable === null ) {
$this->indexable = $this->belongs_to( 'Indexable', 'indexable_id', 'id' )->find_one();
}
return $this->indexable;
}
}
home/xbodynamge/namtation/wp-content/plugins/wordpress-seo/src/models/indexable-extension.php 0000644 00000001065 15114441204 0026744 0 ustar 00 <?php
namespace Yoast\WP\SEO\Models;
use Yoast\WP\Lib\Model;
/**
* Abstract class for indexable extensions.
*/
abstract class Indexable_Extension extends Model {
/**
* Holds the Indexable instance.
*
* @var Indexable
*/
protected $indexable = null;
/**
* Returns the indexable this extension belongs to.
*
* @return Indexable The indexable.
*/
public function indexable() {
if ( $this->indexable === null ) {
$this->indexable = $this->belongs_to( 'Indexable', 'indexable_id', 'id' )->find_one();
}
return $this->indexable;
}
}