| Current Path : /home/xbodynamge/namtation/wp-content/ |
| Current File : /home/xbodynamge/namtation/wp-content/indexable-hierarchy.php.tar |
home/xbodynamge/www/wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php 0000644 00000001111 15113346020 0025527 0 ustar 00 <?php
namespace Yoast\WP\SEO\Models;
use Yoast\WP\Lib\Model;
/**
* Indexable Hierarchy model definition.
*
* @property int $indexable_id The ID of the indexable.
* @property int $ancestor_id The ID of the indexable's ancestor.
* @property int $depth The depth of the ancestry. 1 being a parent, 2 being a grandparent etc.
* @property int $blog_id Blog ID.
*/
class Indexable_Hierarchy extends Model {
/**
* Which columns contain int values.
*
* @var array
*/
protected $int_columns = [
'indexable_id',
'ancestor_id',
'depth',
'blog_id',
];
}
home/xbodynamge/lebauwcentre/wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php 0000644 00000001111 15114205437 0027372 0 ustar 00 <?php
namespace Yoast\WP\SEO\Models;
use Yoast\WP\Lib\Model;
/**
* Indexable Hierarchy model definition.
*
* @property int $indexable_id The ID of the indexable.
* @property int $ancestor_id The ID of the indexable's ancestor.
* @property int $depth The depth of the ancestry. 1 being a parent, 2 being a grandparent etc.
* @property int $blog_id Blog ID.
*/
class Indexable_Hierarchy extends Model {
/**
* Which columns contain int values.
*
* @var array
*/
protected $int_columns = [
'indexable_id',
'ancestor_id',
'depth',
'blog_id',
];
}
home/xbodynamge/crosstraining/wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php 0000644 00000001111 15114315521 0027573 0 ustar 00 <?php
namespace Yoast\WP\SEO\Models;
use Yoast\WP\Lib\Model;
/**
* Indexable Hierarchy model definition.
*
* @property int $indexable_id The ID of the indexable.
* @property int $ancestor_id The ID of the indexable's ancestor.
* @property int $depth The depth of the ancestry. 1 being a parent, 2 being a grandparent etc.
* @property int $blog_id Blog ID.
*/
class Indexable_Hierarchy extends Model {
/**
* Which columns contain int values.
*
* @var array
*/
protected $int_columns = [
'indexable_id',
'ancestor_id',
'depth',
'blog_id',
];
}
home/xbodynamge/namtation/wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php 0000644 00000001111 15114450326 0026703 0 ustar 00 <?php
namespace Yoast\WP\SEO\Models;
use Yoast\WP\Lib\Model;
/**
* Indexable Hierarchy model definition.
*
* @property int $indexable_id The ID of the indexable.
* @property int $ancestor_id The ID of the indexable's ancestor.
* @property int $depth The depth of the ancestry. 1 being a parent, 2 being a grandparent etc.
* @property int $blog_id Blog ID.
*/
class Indexable_Hierarchy extends Model {
/**
* Which columns contain int values.
*
* @var array
*/
protected $int_columns = [
'indexable_id',
'ancestor_id',
'depth',
'blog_id',
];
}