File Methods located in "models/file_attribute.php" ???
Permalink
I find the method I am dealing with in the API docs (in my case, "getImporterList") and says it's in the class/object of FileAttributeKey with the sub-tag-line: Located in: " /models/file_attributes.php"
I do not see the "file_attributes.php" file in the concrete/models directory. I realize the API docs are short of description but seeing the actual code will help decipher it. Can someone tell me where it is located. (And, possibly update the API line under "FileAttributeKey" ?)
Rick
I do not see the "file_attributes.php" file in the concrete/models directory. I realize the API docs are short of description but seeing the actual code will help decipher it. Can someone tell me where it is located. (And, possibly update the API line under "FileAttributeKey" ?)
Rick
It's in models/attribute/categories/file.php
Thanks Andrew,
Is there a more efficient way to find php pages and methods? I'm now trying to find the method "FileSearchIndexAttributes" which is the return of your class FileAttributeskey method "getIndexedSearchTable()" I cannot even find that one in the API.
My goal is to avoid bothering you (and the forums) with the trivial....
Rick
Is there a more efficient way to find php pages and methods? I'm now trying to find the method "FileSearchIndexAttributes" which is the return of your class FileAttributeskey method "getIndexedSearchTable()" I cannot even find that one in the API.
My goal is to avoid bothering you (and the forums) with the trivial....
Rick