|
Mac Dev Center
Mac OS X Reference Library Core Services Layer Publication Subscription Publication Subscription Framework Reference
|
PSAuthor |
| Framework: | /System/Library/Frameworks/PubSub.framework |
| Inherits from: | |
| Declared In: | |
| See Also: |
A PSAuthor object is used to identify an author of a entry object. Use an author object to retrieve
information about the author of an entry, and to associate the author with an Address Book person (ABPerson) object. Each
author object can contain a name, an email address and a URL.
To determine the author of an entry, use the author property of an entry object. It returns an array of author objects. It is not
recommended that you subclass PSAuthor.
The author's email address. (read-only)
The author's name. (read-only)
A URL to the author's homepage. (read-only)
The author's email address. (read-only)
@property (
readonly,
retain) NSString * email;
Corresponds to the The author's name. (read-only)
Corresponds to the A URL to the author's homepage. (read-only)
Corresponds to the
name
@property (
readonly,
retain) NSString * name;
Discussion
URL
@property (
readonly,
retain) NSURL * URL;
Discussion