ContentService::getContentByStatementAndCustomTargetingValue PHP Method

getContentByStatementAndCustomTargetingValue() public method

The following fields are supported for filtering:
PQL Property Object Property
{@code id} {@link Content#id}
{@code status} {@link Content#status}
{@code name} {@link Content#name}
{@code lastModifiedDateTime} {@link Content#lastModifiedDateTime>}
public getContentByStatementAndCustomTargetingValue ( $filterStatement, $customTargetingValueId ) : the
return the content that matches the given filter
        public function getContentByStatementAndCustomTargetingValue($filterStatement, $customTargetingValueId)
        {
            $args = new GetContentByStatementAndCustomTargetingValue($filterStatement, $customTargetingValueId);
            $result = $this->__soapCall("getContentByStatementAndCustomTargetingValue", array($args));
            return $result->rval;
        }