Services_Blogging
[ class tree: Services_Blogging ] [ index: Services_Blogging ] [ all elements ]

Class: Services_Blogging_Blog

Source Location: /Services_Blogging-0.2.4/Services/Blogging/Blog.php

Class Overview


Blog object. Used when multiple blogs are supported by one account.


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 28]
Blog object. Used when multiple blogs are supported by one account.


[ Top ]


Class Variables

$values = array(
        'id'    => null,
        'name'  => null,
        'url'   => null
    )

[line 40]

Values/properties supported by the blogging system.
  • Access: protected

Type:   array


[ Top ]



Method Detail

__construct (Constructor)   [line 55]

Services_Blogging_Blog __construct( [string $id = null], [string $name = null], [string $url = null])

Creates a new blog instance.
  • Access: public

Parameters:

string   $id   —  ID of the blog
string   $name   —  Name of the blog
string   $url   —  URL of the blog

[ Top ]

__get   [line 97]

mixed __get( string $strProperty)

Returns value of a property
  • Return: Property value
  • Access: public

Parameters:

string   $strProperty   —  Property name

[ Top ]

__set   [line 72]

void __set( string $strProperty, mixed $value)

Set a property value.
  • Access: public

Parameters:

string   $strProperty   —  Property name
mixed   $value   —  Value of property

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:46:35 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.